aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2015-11-13 11:29:33 -0800
committerGregory Maxwell <greg@xiph.org>2015-11-13 11:30:00 -0800
commitdbd2c135ddb96bdc3a4e870c2371cb1fac227135 (patch)
treed37ef356cf90aaa62b4a107c9f9065c62728ee9e /src/httpserver.h
parentd3565604e3d94c074ee3f79b61dee9610b870a4c (diff)
parenta264c32e3321ae909ca59cb8ce8bf5d812dbc4e1 (diff)
downloadbitcoin-dbd2c135ddb96bdc3a4e870c2371cb1fac227135.tar.xz
Merge pull request #6990
a264c32 http: speed up shutdown (Wladimir J. van der Laan)
Diffstat (limited to 'src/httpserver.h')
-rw-r--r--src/httpserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpserver.h b/src/httpserver.h
index b377dc19fc..20a119cc5c 100644
--- a/src/httpserver.h
+++ b/src/httpserver.h
@@ -28,7 +28,7 @@ bool InitHTTPServer();
* This is separate from InitHTTPServer to give users race-condition-free time
* to register their handlers between InitHTTPServer and StartHTTPServer.
*/
-bool StartHTTPServer(boost::thread_group& threadGroup);
+bool StartHTTPServer();
/** Interrupt HTTP server threads */
void InterruptHTTPServer();
/** Stop HTTP server */