about summary refs log tree commit diff
path: root/src/logging/nm-logging.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-04-08 07:31:15 +0200
committerMichael Biebl <biebl@debian.org>2011-04-08 07:31:15 +0200
commit9f612fa9c09bbdc00071d871316da870c6bf0023 (patch)
tree9c1be60eceefb3b069df4d2780f9c14967a62edc /src/logging/nm-logging.h
parentaf468d82c62191b070d569257eb2f2ac61da98cc (diff)
parentf75dd6fd1975146623052b843b182dc32c3fbe46 (diff)
Merge commit 'upstream/0.8.998' into experimental
Diffstat (limited to 'src/logging/nm-logging.h')
-rw-r--r--src/logging/nm-logging.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/logging/nm-logging.h b/src/logging/nm-logging.h
index b23f83a3..44e49a71 100644
--- a/src/logging/nm-logging.h
+++ b/src/logging/nm-logging.h
@@ -45,12 +45,13 @@ enum {
 	LOGD_VPN        = 0x00004000,
 	LOGD_SHARING    = 0x00008000, /* Connection sharing/dnsmasq */
 	LOGD_SUPPLICANT = 0x00010000, /* WiFi and 802.1x */
-	LOGD_USER_SET   = 0x00020000, /* User settings */
-	LOGD_SYS_SET    = 0x00040000, /* System settings */
+	LOGD_AGENTS     = 0x00020000, /* Secret agents */
+	LOGD_SETTINGS   = 0x00040000, /* Settings */
 	LOGD_SUSPEND    = 0x00080000, /* Suspend/Resume */
 	LOGD_CORE       = 0x00100000, /* Core daemon and policy stuff */
 	LOGD_DEVICE     = 0x00200000, /* Device state and activation */
 	LOGD_OLPC_MESH  = 0x00400000,
+	LOGD_WIMAX      = 0x00800000,
 };
 
 #define LOGD_DHCP (LOGD_DHCP4 | LOGD_DHCP6)