Skip to content

Commit

Permalink
s3: Add a second ctdb connect library
Browse files Browse the repository at this point in the history
The existing one is not async at all.
  • Loading branch information
vlendec committed Apr 17, 2012
1 parent 94cf5cc commit 48a485b
Show file tree
Hide file tree
Showing 7 changed files with 931 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source3/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ CRYPTO_OBJ = ../lib/crypto/crc32.o @CRYPTO_MD5_OBJ@ \
LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
lib/messages_ctdbd.o lib/ctdb_packet.o lib/ctdbd_conn.o \
lib/ctdb_conn.o \
lib/id_cache.o \
../lib/socket/interfaces.o lib/memcache.o \
lib/talloc_dict.o \
Expand Down Expand Up @@ -1273,6 +1274,7 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta
torture/test_chain3.o \
torture/test_authinfo_structs.o \
torture/test_cleanup.o \
torture/test_ctdbconn.o \
torture/t_strappend.o

SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
Expand Down
Loading

0 comments on commit 48a485b

Please sign in to comment.