summaryrefslogtreecommitdiff
path: root/source3/include/ctdbd_conn.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-04-21 13:31:39 +0200
committerRalph Boehme <slow@samba.org>2016-04-25 21:54:24 +0200
commitad5a4a9e369248789b08f8ccad51d4d42df71bc9 (patch)
tree48a7fe6a29b30c993080937baaedb958badd41d4 /source3/include/ctdbd_conn.h
parent2bd1bcf50c6d9e8fd486262742268f3208c0680d (diff)
downloadsamba-ad5a4a9e369248789b08f8ccad51d4d42df71bc9.tar.gz
ctdbd_conn: Make "cstatus" int32_t
This converts the "cstatus" parameter of ctdbd_control_local to what it is defined as in the packet: int32_t. It was used inconsistently throughout the code. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Apr 25 21:54:24 CEST 2016 on sn-devel-144
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 bf371e6af41..c91f7008831 100644
--- a/source3/include/ctdbd_conn.h
+++ b/source3/include/ctdbd_conn.h
@@ -84,7 +84,7 @@ int ctdbd_register_ips(struct ctdbd_connection *conn,
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);
+ int32_t *cstatus);
int ctdb_watch_us(struct ctdbd_connection *conn);
int ctdb_unwatch(struct ctdbd_connection *conn);