summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_api.h
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-11-25 13:23:11 +1100
committerMartin Schwenke <martins@samba.org>2016-12-05 08:09:21 +0100
commit2650f37018e36a9d59046098e519a662d394950e (patch)
treeaecdf125f8c5da249cffc806dc14907e1ce0ebd6 /ctdb/protocol/protocol_api.h
parent9b7308b20295f1670c40d46aa087763698a3c1fa (diff)
downloadsamba-2650f37018e36a9d59046098e519a662d394950e.tar.gz
ctdb-logging: Drop enum debug_level
We are switching to Samba-style integer debug levels. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/protocol/protocol_api.h')
-rw-r--r--ctdb/protocol/protocol_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/protocol/protocol_api.h b/ctdb/protocol/protocol_api.h
index d5d00da70f0..e438e1dfc72 100644
--- a/ctdb/protocol/protocol_api.h
+++ b/ctdb/protocol/protocol_api.h
@@ -204,10 +204,10 @@ int ctdb_reply_control_setvnnmap(struct ctdb_reply_control *reply);
void ctdb_req_control_get_debug(struct ctdb_req_control *request);
int ctdb_reply_control_get_debug(struct ctdb_reply_control *reply,
- uint32_t *debug_level);
+ int *debug_level);
void ctdb_req_control_set_debug(struct ctdb_req_control *request,
- uint32_t debug_level);
+ int debug_level);
int ctdb_reply_control_set_debug(struct ctdb_reply_control *reply);
void ctdb_req_control_get_dbmap(struct ctdb_req_control *request);