summaryrefslogtreecommitdiff
path: root/source3/include/ctdbd_conn.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-10-02 20:42:05 -0700
committerJeremy Allison <jra@samba.org>2015-10-07 23:54:06 +0200
commitb02fd997d26d20c207052707cda96581d6a97edb (patch)
treec4526c6bdf8015a7d49f31753056afbfef116cc9 /source3/include/ctdbd_conn.h
parent2d00fcda69152688427e59d63425f0969a95f971 (diff)
downloadsamba-b02fd997d26d20c207052707cda96581d6a97edb.tar.gz
lib: Make ctdb_watch_us return 0/errno
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/ctdbd_conn.h')
-rw-r--r--source3/include/ctdbd_conn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h
index 7073c0c8e20..1fb77fd76cf 100644
--- a/source3/include/ctdbd_conn.h
+++ b/source3/include/ctdbd_conn.h
@@ -80,7 +80,7 @@ int ctdbd_control_local(struct ctdbd_connection *conn, uint32_t opcode,
uint64_t srvid, uint32_t flags, TDB_DATA data,
TALLOC_CTX *mem_ctx, TDB_DATA *outdata,
int *cstatus);
-NTSTATUS ctdb_watch_us(struct ctdbd_connection *conn);
+int ctdb_watch_us(struct ctdbd_connection *conn);
NTSTATUS ctdb_unwatch(struct ctdbd_connection *conn);
struct ctdb_req_message;