diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 00:14:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 00:14:51 +0200 |
commit | 9b2cc549afd629a227a94aca35c4026c4eefdd2f (patch) | |
tree | a26ef553ae4e461646fbb77e1291a287504b1b11 /netifd.h | |
parent | 1bf627bb338ffe61e01bf7d6eeda4a6e18ccbeca (diff) |
move log levels to netifd.h
Diffstat (limited to 'netifd.h')
-rw-r--r-- | netifd.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |