summaryrefslogtreecommitdiff
path: root/src/lib/server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-29 23:04:44 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-29 23:04:44 +0100
commit8b183eea3238cc2f25cf62e63d724a2d2d361ee7 (patch)
tree75a50d6f83e306e539c83e4d4403f4f2217f70af /src/lib/server.h
parenteb75d656970d2195ff03f7d1bb57db959249cb96 (diff)
Fix hang in client_server tests.
Diffstat (limited to 'src/lib/server.h')
-rw-r--r--src/lib/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/server.h b/src/lib/server.h
index a72d36026..747c516a2 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -35,6 +35,7 @@ public:
virtual ~Server ();
virtual void run ();
+ void stop ();
protected:
boost::mutex _mutex;