git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib/tevent: handle tevent_common_add_signal on different event contexts.
[ira/wip.git]
/
lib
/
tevent
/
tevent_internal.h
diff --git
a/lib/tevent/tevent_internal.h
b/lib/tevent/tevent_internal.h
index 513ca1c7325b769d2fc0abb325a595c18bfbdf70..4e3b7b57185766a5d59db8395355642f984d7011 100644
(file)
--- a/
lib/tevent/tevent_internal.h
+++ b/
lib/tevent/tevent_internal.h
@@
-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;