summaryrefslogtreecommitdiff
path: root/src/lib/server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-23 12:39:27 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-23 12:39:27 +0100
commitc2709fbe5438da124b2d493cb714a6c58720cf5b (patch)
tree015607895cba76f9b8bcddf6fae72cb7c62e3cb3 /src/lib/server.h
parent365f830b4c65b2d872106a14f57d28cef4a179cd (diff)
Command-line option to specify servomatic_cli threads.
Diffstat (limited to 'src/lib/server.h')
-rw-r--r--src/lib/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/server.h b/src/lib/server.h
index 58cfe0b3f..fac440a76 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -76,7 +76,7 @@ class Server
public:
Server (Log* log);
- void run ();
+ void run (int num_threads);
private:
void worker_thread ();