diff options
author | cypherpunks <cypherpunks@torproject.org> | 2018-09-30 14:05:48 +0000 |
---|---|---|
committer | cypherpunks <cypherpunks@torproject.org> | 2018-10-17 20:27:19 +0000 |
commit | f07ab5b95c3d38cf3fb85f9c1ea1f08aed003971 (patch) | |
tree | 8fece11bf588aafe4b3d4ebeae22e334aba2695e /src/lib/evloop/workqueue.c | |
parent | 0ba05092ad16c37ef12db37816b06f160e4cfcb8 (diff) | |
download | tor-f07ab5b95c3d38cf3fb85f9c1ea1f08aed003971.tar.gz tor-f07ab5b95c3d38cf3fb85f9c1ea1f08aed003971.zip |
evloop: fix docs
alert_sockets_t was moved in 544ab27a949406628809869111b7288017a5bcb1.
Diffstat (limited to 'src/lib/evloop/workqueue.c')
-rw-r--r-- | src/lib/evloop/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evloop/workqueue.c b/src/lib/evloop/workqueue.c index 931f65e710..5e59b48fe6 100644 --- a/src/lib/evloop/workqueue.c +++ b/src/lib/evloop/workqueue.c @@ -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. |