Note that make_base_notifiable should not be necessary

This commit is contained in:
Nick Mathewson 2012-04-18 12:24:19 -04:00
parent 5595a79ff1
commit 26ee5f9097

View File

@ -225,6 +225,9 @@ struct event_base;
/** Make sure it's safe to tell an event base to wake up from another thread /** Make sure it's safe to tell an event base to wake up from another thread
or a signal handler. 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. @return 0 on success, -1 on failure.
*/ */
int evthread_make_base_notifiable(struct event_base *base); int evthread_make_base_notifiable(struct event_base *base);