diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2015-07-13 10:19:33 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2015-08-04 08:46:11 +0200 |
commit | 41e7051165166839c7e44f644dc750169d233e96 (patch) | |
tree | d49078380199f378d9f9c1f7ea753c9bb6788974 /src/nm-logging.h | |
parent | d49fcd07d137bd8df89486d01e61c490558c2a1f (diff) | |
download | NetworkManager-41e7051165166839c7e44f644dc750169d233e96.tar.gz |
logging: add AUDIT domain
Diffstat (limited to 'src/nm-logging.h')
-rw-r--r-- | src/nm-logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-logging.h b/src/nm-logging.h index 668125927b..6af672844d 100644 --- a/src/nm-logging.h +++ b/src/nm-logging.h @@ -67,6 +67,7 @@ typedef enum { /*< skip >*/ LOGD_CONCHECK = (1LL << 31), LOGD_DCB = (1LL << 32), /* Data Center Bridging */ LOGD_DISPATCH = (1LL << 33), + LOGD_AUDIT = (1LL << 34), __LOGD_MAX, LOGD_ALL = ((__LOGD_MAX - 1LL) << 1) - 1LL, |