summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index 8330aff..2167d6f 100644
--- a/netifd.h
+++ b/netifd.h
@@ -28,6 +28,14 @@ extern char *hotplug_cmd_path;
extern unsigned int debug_mask;
enum {
+ L_CRIT,
+ L_WARNING,
+ L_NOTICE,
+ L_INFO,
+ L_DEBUG
+};
+
+enum {
DEBUG_SYSTEM = 0,
DEBUG_DEVICE = 1,
DEBUG_INTERFACE = 2,