diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-26 22:07:50 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-03-26 22:07:50 +1100 |
commit | 772839640e11664e1b1304d7f95146613d6ac1ac (patch) | |
tree | d5e6474da4dc67cc5f4f6b830e6dfa1741171b38 /source3/include | |
parent | 789d67c4992e008fe17b830d3b23e3b95a4e70d9 (diff) | |
download | samba-772839640e11664e1b1304d7f95146613d6ac1ac.tar.gz samba-772839640e11664e1b1304d7f95146613d6ac1ac.tar.bz2 samba-772839640e11664e1b1304d7f95146613d6ac1ac.zip |
s3-event: switch s3 to using tevent_re_initialise()
This correctly initialises the event backend, and checks for errors
(thanks to Metze for suggesting this)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/event.h b/source3/include/event.h index 21c2eb5049..493bc15925 100644 --- a/source3/include/event.h +++ b/source3/include/event.h @@ -34,7 +34,6 @@ bool run_events(struct event_context *event_ctx, int selrtn, fd_set *read_fds, fd_set *write_fds); struct timeval *get_timed_events_timeout(struct event_context *event_ctx, struct timeval *to_ret); -void event_context_reinit(struct event_context *ev); void dump_event_list(struct event_context *event_ctx); struct tevent_context *s3_tevent_context_init(TALLOC_CTX *mem_ctx); |