lib/tevent: handle tevent_common_add_signal on different event contexts.
[ira/third_party.git] / tevent / tevent_internal.h
index b3798646010cbae829605588a465a50fa1fc65c1..aa7c34aa89bbe9796bad05d6049d93774cebbdd9 100644 (file)
@@ -240,6 +240,7 @@ struct tevent_context {
 
        /* pipe hack used with signal handlers */
        struct tevent_fd *pipe_fde;
+       int pipe_fds[2];
 
        /* debugging operations */
        struct tevent_debug_ops debug_ops;