diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 21:07:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 21:07:21 +0100 |
| commit | 8fca1fbb28aec5d4db4a4ced2ab14be55c10d27d (patch) | |
| tree | 2f8dd376cc49d09e5633db82a8d19685a163f7a3 /src/lib/server_finder.h | |
| parent | cefba53fe130807e96e608ad3bbb87786b654c6e (diff) | |
Don't start thread in constructor. (ServerFinder)
Diffstat (limited to 'src/lib/server_finder.h')
| -rw-r--r-- | src/lib/server_finder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/server_finder.h b/src/lib/server_finder.h index 8e643de79..8aa07c069 100644 --- a/src/lib/server_finder.h +++ b/src/lib/server_finder.h @@ -53,6 +53,8 @@ private: ServerFinder (); ~ServerFinder (); + void start (); + void search_thread (); void listen_thread (); |
