winbind: use tevent_queue_wait_send/recv in wb_child_request_*()
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Feb 2018 14:02:42 +0000 (15:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 23 Feb 2018 03:09:18 +0000 (04:09 +0100)
commitd29dda141e08af42c535e8718226f95c45aadab8
treea99c0b10c21aa49556c33f63cb3ca1628cce4cfb
parentf00c7cf9f5f325de0b754b127fcc0f07bea2d825
winbind: use tevent_queue_wait_send/recv in wb_child_request_*()

We need a way to keep the child->queue blocked without relying on
the current 'req' (wb_child_request_state).

The next commit will make use of this.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13290

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/winbindd/winbindd_dual.c