s4-repl: implement MSG_DREPL_ALLOCATE_RID
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Jan 2010 06:18:42 +0000 (17:18 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 8 Jan 2010 02:03:01 +0000 (13:03 +1100)
commit2590b7795d38728f53f795c2b60b32ace9ca5c4b
tree071878bd7763edb8c2241fd65f35575d81c1f878
parentcc7967b1c0555ba7641fb0248077295521f74943
s4-repl: implement MSG_DREPL_ALLOCATE_RID

When the repl server gets MSG_DREPL_ALLOCATE_RID it contacts the RID
Manager to ask for another RID pool. We use a callback on completion
of the operation to make sure that we don't have two RID allocation
requests in flight at once

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/repl/drepl_ridalloc.c
source4/dsdb/repl/drepl_service.c