Move debug groups from charon's bus.h to libstrongswan's debug.h.

This commit is contained in:
Tobias Brunner
2010-04-06 12:47:40 +02:00
parent 9f3df622e4
commit 3fdee23f18
4 changed files with 99 additions and 85 deletions
-26
View File
@@ -23,32 +23,6 @@
#include <threading/condvar.h>
#include <threading/mutex.h>
ENUM(debug_names, DBG_DMN, DBG_LIB,
"DMN",
"MGR",
"IKE",
"CHD",
"JOB",
"CFG",
"KNL",
"NET",
"ENC",
"LIB",
);
ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"dmn",
"mgr",
"ike",
"chd",
"job",
"cfg",
"knl",
"net",
"enc",
"lib",
);
typedef struct private_bus_t private_bus_t;
/**