]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
evloop: fix docs
authorcypherpunks <cypherpunks@torproject.org>
Sun, 30 Sep 2018 14:05:48 +0000 (14:05 +0000)
committercypherpunks <cypherpunks@torproject.org>
Wed, 17 Oct 2018 20:27:19 +0000 (20:27 +0000)
alert_sockets_t was moved in 544ab27a949406628809869111b7288017a5bcb1.

src/lib/evloop/workqueue.c

index 931f65e710baef265cd0ea6307bdcb019b9482aa..5e59b48fe6122cd070e0604d4c7f7234fc81353d 100644 (file)
@@ -15,7 +15,7 @@
  *
  * The main thread informs the worker threads of pending work by using a
  * condition variable.  The workers inform the main process of completed work
- * by using an alert_sockets_t object, as implemented in compat_threads.c.
+ * by using an alert_sockets_t object, as implemented in net/alertsock.c.
  *
  * The main thread can also queue an "update" that will be handled by all the
  * workers.  This is useful for updating state that all the workers share.