summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-17 10:42:55 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-17 19:59:09 +0100
commit3a831e46204979550dc6ee7652cea6b8296f10c1 (patch)
tree89d24d7241479b9c93d21439dbfb7d77579c8936 /lib/tevent/tevent.h
parent4bdf299385220988a4fe16f82aab528283204c7f (diff)
downloadsamba-3a831e46204979550dc6ee7652cea6b8296f10c1.tar.gz
samba-3a831e46204979550dc6ee7652cea6b8296f10c1.tar.xz
samba-3a831e46204979550dc6ee7652cea6b8296f10c1.zip
tevent: use an immediate event as trigger for tevent_queue
metze
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 6e64a8cdd93..3930092ee59 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -314,8 +314,7 @@ bool tevent_queue_add(struct tevent_queue *queue,
struct tevent_req *req,
tevent_queue_trigger_fn_t trigger,
void *private_data);
-bool tevent_queue_start(struct tevent_queue *queue,
- struct tevent_context *ev);
+void tevent_queue_start(struct tevent_queue *queue);
void tevent_queue_stop(struct tevent_queue *queue);
size_t tevent_queue_length(struct tevent_queue *queue);