summaryrefslogtreecommitdiff
path: root/src/lib/server_finder.h
diff options
context:
space:
mode:
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;