summaryrefslogtreecommitdiff
path: root/src/muniad.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-10 15:51:33 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-10 15:51:33 +0100
commitd935b195a2246fa24d35df7c6fc354ae628a6777 (patch)
treec739e709ad3898df094d6779e50eaefa4f9cf82c /src/muniad.cc
parent93415d809989afc341472ea598579c924dc1e745 (diff)
Added attributes to nodes as well as messages for manipulating and transporting them. Switched debug interface to hugin.
Diffstat (limited to 'src/muniad.cc')
-rw-r--r--src/muniad.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/muniad.cc b/src/muniad.cc
index b9651dd..3ea7d6c 100644
--- a/src/muniad.cc
+++ b/src/muniad.cc
@@ -37,9 +37,8 @@
#include "http.h"
#include "munia_proto.h"
-#include "debug.h"
+#include "hugin.hpp"
#include "taskmanager.h"
-extern TaskManager task_manager;
static struct libwebsocket_protocols protocols[] = {
// first protocol must always be HTTP handler
@@ -116,7 +115,7 @@ int main(int argc, char **argv)
}
}
- debug_parse("+all");
+ //_parse("+all");
task_manager.init(db_filename);