summaryrefslogtreecommitdiff
path: root/src/lib/server_finder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-06 13:44:05 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-06 13:44:05 +0100
commita6e7017b36ea2cee9f95c45fc0a4f85294dbc16f (patch)
tree194ea4fbc52891f16db54b6013fc5e1871fb9a21 /src/lib/server_finder.h
parent7ae514af0aea1b953a93f88d5507e6c1dd675908 (diff)
Rename broadcast thread to search thread.
Diffstat (limited to 'src/lib/server_finder.h')
-rw-r--r--src/lib/server_finder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/server_finder.h b/src/lib/server_finder.h
index c43c2a422..22f44eeb8 100644
--- a/src/lib/server_finder.h
+++ b/src/lib/server_finder.h
@@ -45,7 +45,7 @@ private:
ServerFinder ();
~ServerFinder ();
- void broadcast_thread ();
+ void search_thread ();
void listen_thread ();
bool server_found (std::string) const;
@@ -56,8 +56,8 @@ private:
bool _disabled;
- /** Thread to periodically issue broadcasts to find encoding servers */
- boost::thread* _broadcast_thread;
+ /** Thread to periodically issue broadcasts and requests to find encoding servers */
+ boost::thread* _search_thread;
/** Thread to listen to the responses from servers */
boost::thread* _listen_thread;