logging: add DHCP meta-domain

This commit is contained in:
Dan Williams
2010-04-06 18:06:36 -07:00
parent a00a6e5d87
commit ecbb8af10a

View File

@@ -51,6 +51,8 @@ enum {
LOGD_DEVICE = 0x00200000, /* Device state and activation */ LOGD_DEVICE = 0x00200000, /* Device state and activation */
}; };
#define LOGD_DHCP (LOGD_DHCP4 | LOGD_DHCP6)
/* Log levels */ /* Log levels */
enum { enum {
LOGL_ERR = 0x00000000, LOGL_ERR = 0x00000000,