Update daemon Boost bind includes
This commit is contained in:
+5
-2
@@ -17,7 +17,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/signals2/signal.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
@@ -30,6 +30,9 @@
|
||||
#include <event2/event.h>
|
||||
#include <event2/thread.h>
|
||||
|
||||
using boost::placeholders::_1;
|
||||
using boost::placeholders::_2;
|
||||
|
||||
/** Default control port */
|
||||
const std::string DEFAULT_TOR_CONTROL = "127.0.0.1:9051";
|
||||
/** Tor cookie size (from control-spec.txt) */
|
||||
@@ -780,4 +783,4 @@ void StopTorControl()
|
||||
event_base_free(gBase);
|
||||
gBase = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user