]> granicus.if.org Git - libevent/commitdiff
Note that make_base_notifiable should not be necessary
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Apr 2012 16:24:19 +0000 (12:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Apr 2012 16:24:19 +0000 (12:24 -0400)
include/event2/thread.h

index 2a8c09a5da5073ba922d77e0cf2dca81eabd6512..cf21afe2596f212abf6f4ac4530f119647f441c9 100644 (file)
@@ -225,6 +225,9 @@ struct event_base;
 /** Make sure it's safe to tell an event base to wake up from another thread
     or a signal handler.
 
+    You shouldn't need to call this by hand; configuring the base with thread
+    support should be necessary and sufficient.
+
     @return 0 on success, -1 on failure.
  */
 int evthread_make_base_notifiable(struct event_base *base);