summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-15 13:56:23 +0100
committerVolker Lendecke <vl@samba.org>2012-04-17 10:21:01 +0200
commit74baae782f09fd8f22af133b820680e37049f5b0 (patch)
tree6488f9e8260fe17c69cbdee600442d45c300869d /source3/torture/proto.h
parent41712599e0f33096ccc81e7cd520e66dcf91a424 (diff)
downloadsamba-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/torture/proto.h')
-rw-r--r--source3/torture/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h
index 6e2a00450f..b6da0f477c 100644
--- a/source3/torture/proto.h
+++ b/source3/torture/proto.h
@@ -105,5 +105,6 @@ bool run_local_sprintf_append(int dummy);
bool run_cleanup1(int dummy);
bool run_cleanup2(int dummy);
bool run_ctdb_conn(int dummy);
+bool run_msg_test(int dummy);
#endif /* __TORTURE_H__ */