winbind: add conditional child dispatch type
authorDavid Disseldorp <ddiss@samba.org>
Mon, 15 Apr 2013 17:12:27 +0000 (19:12 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Tue, 16 Apr 2013 13:51:57 +0000 (15:51 +0200)
commit2ff4ca0ab632a3d67f8af405d051e9a5a90605b7
tree924693311125d5cf51b8aa30d5b8200dc2c545b2
parent3f13f977c31dd92734fead3b0c5b18d9005678e9
winbind: add conditional child dispatch type

Dispatch functions in the winbindd_child_dispatch_type structure now
carry a type enum, which identifies whether the function is synchronous
or asynchronous. Currently all functions remain synchronous.
source3/winbindd/winbindd.h
source3/winbindd/winbindd_domain.c
source3/winbindd/winbindd_dual.c
source3/winbindd/winbindd_idmap.c
source3/winbindd/winbindd_locator.c