summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 03:34:59 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 03:34:59 +0200
commit1c8d382fac3101fbaa89950d0a19f65761b08d26 (patch)
tree8d06536b1c6cdc7dadcd3e8dd5f9d56708dd45ff /src/types.h
parent0e3407d9aa912ef6e110f3326de17744af9e0ad6 (diff)
downloadfastd-1c8d382fac3101fbaa89950d0a19f65761b08d26.tar
fastd-1c8d382fac3101fbaa89950d0a19f65761b08d26.zip
Move fastd_loglevel_t to log.h
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/types.h b/src/types.h
index 7ad2e0b..7d5bf90 100644
--- a/src/types.h
+++ b/src/types.h
@@ -68,17 +68,6 @@ typedef enum fastd_drop_caps {
DROP_CAPS_EARLY,
} fastd_drop_caps_t;
-typedef enum fastd_loglevel {
- LL_UNSPEC = 0,
- LL_FATAL,
- LL_ERROR,
- LL_WARN,
- LL_INFO,
- LL_VERBOSE,
- LL_DEBUG,
- LL_DEBUG2,
-} fastd_loglevel_t;
-
typedef struct fastd_buffer fastd_buffer_t;