Merge branch 'topic/bernhard/log-threads' into topic/bernhard/input-threads

Seems to work -- all test pass.
But there are thread-safety issues at the moment, because the constructors of IPAddr and IPPrefix are not thread-safe, but needed by workers.

Conflicts:
	src/logging/Manager.cc
This commit is contained in:
Bernhard Amann 2012-02-27 22:59:08 -08:00
commit 417542f283
148 changed files with 2635 additions and 2186 deletions

View file

@ -4,7 +4,7 @@
#define INPUT_READERFRONTEND_H
#include "../threading/MsgThread.h"
#include "../threading/SerializationTypes.h"
#include "../threading/SerialTypes.h"
namespace input {