From: Andrew Tridgell Date: Sat, 18 Nov 2006 02:46:38 +0000 (+1100) Subject: stub for ctdb_call X-Git-Tag: tevent-0.9.20~348^2~3024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbd6b83c637ad54a500725e483a6b5613631b757;p=thirdparty%2Fsamba.git stub for ctdb_call (This used to be ctdb commit d707ad000c4f37686a0698f2c3047bbbaa7e875b) --- diff --git a/ctdb/ctdb_tcp.c b/ctdb/ctdb_tcp.c index 43a6bf39b59..5f5659f2e13 100644 --- a/ctdb/ctdb_tcp.c +++ b/ctdb/ctdb_tcp.c @@ -333,3 +333,13 @@ int ctdb_start(struct ctdb_context *ctdb) return 0; } + +/* + make a remote ctdb call +*/ +int ctdb_call(struct ctdb_context *ctdb, TDB_DATA key, int call_id, + TDB_DATA *call_data, TDB_DATA *reply_data) +{ + printf("ctdb_call not implemented\n"); + return -1; +}