summaryrefslogtreecommitdiff
path: root/src/lib/encode_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encode_server.h')
-rw-r--r--src/lib/encode_server.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h
index 6e24a1984..0ca60f3f3 100644
--- a/src/lib/encode_server.h
+++ b/src/lib/encode_server.h
@@ -28,16 +28,17 @@
*/
-#include "server.h"
+#include "cross.h"
#include "exception_store.h"
-#include <boost/thread.hpp>
+#include "server.h"
#include <boost/asio.hpp>
+#include <boost/thread.hpp>
#include <boost/thread/condition.hpp>
#include <string>
-class Socket;
class Log;
+class Socket;
/** @class EncodeServer
@@ -65,6 +66,7 @@ private:
boost::condition _empty_condition;
bool _verbose;
int _num_threads;
+ Waker _waker;
struct Broadcast {