summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_message.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2010-06-02 10:00:58 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2010-06-02 10:00:58 +1000
commitf1b8bd94bbb90703cdba9354944997e43272a03f (patch)
treebc8828eb5f319b8a6807e2fb3c6ff3ff30cf7b12 /ctdb/common/ctdb_message.c
parentbc208bc916780cc19f40902f28e519b80ae2844c (diff)
downloadsamba-f1b8bd94bbb90703cdba9354944997e43272a03f.tar.gz
samba-f1b8bd94bbb90703cdba9354944997e43272a03f.tar.xz
samba-f1b8bd94bbb90703cdba9354944997e43272a03f.zip
rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type of the same name used in libctdb
(This used to be ctdb commit 49e23f8329649e4d9eefab47c9b158fcc7210d07)
Diffstat (limited to 'ctdb/common/ctdb_message.c')
-rw-r--r--ctdb/common/ctdb_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_message.c b/ctdb/common/ctdb_message.c
index 41eae517eb1..326b5572d49 100644
--- a/ctdb/common/ctdb_message.c
+++ b/ctdb/common/ctdb_message.c
@@ -74,7 +74,7 @@ static int message_handler_destructor(struct ctdb_message_list *m)
int ctdb_register_message_handler(struct ctdb_context *ctdb,
TALLOC_CTX *mem_ctx,
uint64_t srvid,
- ctdb_message_fn_t handler,
+ ctdb_msg_fn_t handler,
void *private_data)
{
struct ctdb_message_list *m;