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 14:17:10 +0000 (16:17 +0200)
commit185cc4471e16065f20e5562ae6b95a5a159b9449
treeadda1298f2d9bb5b4b1e6eb817598ed8eb2aa7b4
parent197393ee6f1dcc03a0ce9b3bcb16127cb23f1e56
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