From 26ee5f9097a8d57c0fba4c629ca2ade66a60b510 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Apr 2012 12:24:19 -0400 Subject: [PATCH] Note that make_base_notifiable should not be necessary --- include/event2/thread.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/event2/thread.h b/include/event2/thread.h index 2a8c09a5..cf21afe2 100644 --- a/include/event2/thread.h +++ b/include/event2/thread.h @@ -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); -- 2.49.0