NetworkManager/src/platform
Thomas Haller ca7d6feafd logging: swap names of logging macros _LOGT() and _LOGt()
Previsously, _LOGT() could be disabled at compile time. Thus it
was different then the other macros _LOGD(), _LOGI(), etc.

OTOH, _LOGt() was the macro that always was compiled in.

Swap the name of the macros. Now the upper-case macros are always
enabled, while the lower-case macro _LOGt() is enabled depending
on compile configuration.

(cherry picked from commit 9587867349)
2015-11-06 14:21:11 +01:00
..
tests build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:35:52 +02:00
wifi core: avoid ioctls on non existent devices 2015-08-11 18:38:56 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform: replace addr/route exists() functions by get() 2015-07-14 13:44:57 +02:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c logging: swap names of logging macros _LOGT() and _LOGt() 2015-11-06 14:21:11 +01:00
nm-linux-platform.h platform: add priv pointer to NMLinuxPlatform 2015-06-21 15:23:34 +02:00
nm-platform-utils.c wake-on-lan: add option to keep existing settings 2015-10-20 17:13:21 +02:00
nm-platform-utils.h core: configure Wake-on-LAN parameters for Ethernet devices 2015-08-21 18:12:36 +02:00
nm-platform.c logging: swap names of logging macros _LOGT() and _LOGt() 2015-11-06 14:21:11 +01:00
nm-platform.h platform: handle parent interfaces in other netns 2015-08-25 23:07:59 +02:00
nmp-object.c logging: swap names of logging macros _LOGT() and _LOGt() 2015-11-06 14:21:11 +01:00
nmp-object.h platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWN 2015-06-24 16:40:11 +02:00