Explorar o código

evloop: fix docs

alert_sockets_t was moved in 544ab27a949406628809869111b7288017a5bcb1.
cypherpunks %!s(int64=7) %!d(string=hai) anos
pai
achega
f07ab5b95c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/evloop/workqueue.c

+ 1 - 1
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.