tevent: allow tevent_queue_add() to take a NULL trigger function
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Jul 2011 07:45:15 +0000 (09:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Aug 2011 19:37:41 +0000 (21:37 +0200)
commitaba9d48f55b7e69af0967d0f435843c833357ec7
tree8609d3f96c11e62e8f7a305755f5f24694a232b2
parent3c38ec72e74dd60b81964ebf661f5d5af8724968
tevent: allow tevent_queue_add() to take a NULL trigger function

This way the caller can add a blocker to the queue.

metze
lib/tevent/tevent.h
lib/tevent/tevent_queue.c