mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-02 15:40:43 +02:00
logging: add OLPC mesh log domain
This commit is contained in:
parent
4bc59be464
commit
75fa7b804d
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ enum {
|
|||
LOGD_SUSPEND = 0x00080000, /* Suspend/Resume */
|
||||
LOGD_CORE = 0x00100000, /* Core daemon and policy stuff */
|
||||
LOGD_DEVICE = 0x00200000, /* Device state and activation */
|
||||
LOGD_OLPC_MESH = 0x00400000,
|
||||
};
|
||||
|
||||
#define LOGD_DHCP (LOGD_DHCP4 | LOGD_DHCP6)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue