summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-04-03 15:26:22 +0200
committerVolker Lendecke <vl@samba.org>2012-04-17 10:21:02 +0200
commitb23b35755750589b201a3f4e85521459f575945c (patch)
tree51133a6a732acd90809d9a327181721c51550cac /source3/Makefile.in
parentd705bae65b70f6fcc711bdb72a1c2b55395f7d6c (diff)
downloadsamba-b23b35755750589b201a3f4e85521459f575945c.tar.gz
samba-b23b35755750589b201a3f4e85521459f575945c.tar.bz2
samba-b23b35755750589b201a3f4e85521459f575945c.zip
s3: Implement tevent_barrier
This will help notify torture tests: A tevent barrier can be waited on with tevent_barrier_wait_send/recv. The barrier is initialized with a number of requests that it will accept waiting. When that number is reached, all those requests will be released and their callback will be called. The barrier will be free for re-use again.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b3137427d4..82ff1f0c87 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -419,6 +419,7 @@ UTIL_OBJ = ../lib/util/rbtree.o ../lib/util/signal.o ../lib/util/time.o \
../lib/util/become_daemon.o ../lib/util/system.o \
../lib/util/tevent_unix.o ../lib/util/tevent_ntstatus.o \
../lib/util/tevent_werror.o \
+ lib/tevent_barrier.o \
../lib/util/smb_threads.o ../lib/util/util_id.o \
../lib/util/blocking.o ../lib/util/rfc1738.o \
../lib/util/select.o ../lib/util/util_pw.o ../lib/util/server_id.o