NetworkManager/src/platform/tests
Beniamino Galvani 24d8604637 core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls
Replacement was done with command:

spatch --sp-file nm_platform_get.cocci --in-place --smpl-spacing --dir src

where nm_platform_get.cocci contains:

@@
identifier func;
expression list args;
@@
- func (nm_platform_get())
+ func (NM_PLATFORM_GET)

@@
identifier func;
expression list args;
@@
- func (nm_platform_get(), args)
+ func (NM_PLATFORM_GET, args)
2016-01-06 21:25:56 +01:00
..
.gitignore platform: add nmp-object.h file 2015-06-17 11:23:51 +02:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
monitor.c platform/tests: add --no-persist option to monitor 2015-12-12 12:59:18 +01:00
test-address.c systemd: merge branch 'systemd' into master 2016-01-04 17:03:11 +01:00
test-cleanup.c platform/trivial: rename link related functions 2015-12-10 14:33:49 +01:00
test-common.c core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls 2016-01-06 21:25:56 +01:00
test-common.h core: always use gulong to store signal handler ids 2016-01-06 21:25:55 +01:00
test-general.c platform: reimplement netlink flags/enum to string conversions 2015-11-02 13:57:01 +01:00
test-link.c platform: change links via event netlink socket 2015-12-17 18:42:01 +01:00
test-nmp-object.c platform/trivial: rename "auto_nmp_obj" macro to "nm_auto_nmpobj" 2015-10-20 14:43:54 +02:00
test-route.c platform/trivial: rename link related functions 2015-12-10 14:33:49 +01:00