diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-15 13:56:23 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-17 10:21:01 +0200 |
commit | 74baae782f09fd8f22af133b820680e37049f5b0 (patch) | |
tree | 6488f9e8260fe17c69cbdee600442d45c300869d /source3/wscript_build | |
parent | 41712599e0f33096ccc81e7cd520e66dcf91a424 (diff) | |
download | samba-74baae782f09fd8f22af133b820680e37049f5b0.tar.gz samba-74baae782f09fd8f22af133b820680e37049f5b0.tar.bz2 samba-74baae782f09fd8f22af133b820680e37049f5b0.zip |
s3: Add msg_channel
This is a tevent_based variant of messaging_register
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index af8cb84f48..2771358972 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -42,6 +42,7 @@ LIB_SRC = ''' lib/messages.c lib/messages_local.c lib/messages_ctdbd.c lib/ctdb_packet.c lib/ctdbd_conn.c lib/ctdb_conn.c + lib/msg_channel.c lib/id_cache.c lib/talloc_dict.c lib/serverid.c @@ -574,6 +575,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_smbsock_any_connect.c torture/test_cleanup.c torture/test_ctdbconn.c + torture/test_msg.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |