summaryrefslogtreecommitdiffstats
path: root/ctdb/ib/ibw_ctdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-13 20:38:24 +1000
committerAndrew Tridgell <tridge@samba.org>2007-04-13 20:38:24 +1000
commit65cdf2297ac6c5b298ba303660d6aa83cd9d1775 (patch)
treee83f34a2fef8714dff9eb7e61dd1bfc13b95f5a2 /ctdb/ib/ibw_ctdb.h
parentde058569e0c50246d984d6e76a77a8fb747ad760 (diff)
downloadsamba-65cdf2297ac6c5b298ba303660d6aa83cd9d1775.tar.gz
samba-65cdf2297ac6c5b298ba303660d6aa83cd9d1775.tar.xz
samba-65cdf2297ac6c5b298ba303660d6aa83cd9d1775.zip
private -> private_data for samba3
(This used to be ctdb commit 080b6901173afb2ad618dd0621876ff478c7d6e5)
Diffstat (limited to 'ctdb/ib/ibw_ctdb.h')
-rw-r--r--ctdb/ib/ibw_ctdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/ib/ibw_ctdb.h b/ctdb/ib/ibw_ctdb.h
index 24adeb7233e..8286eef65aa 100644
--- a/ctdb/ib/ibw_ctdb.h
+++ b/ctdb/ib/ibw_ctdb.h
@@ -41,6 +41,6 @@ int ctdb_ibw_receive_handler(struct ibw_conn *conn, void *buf, int n);
int ctdb_ibw_node_connect(struct ctdb_node *node);
void ctdb_ibw_node_connect_event(struct event_context *ev, struct timed_event *te,
- struct timeval t, void *private);
+ struct timeval t, void *private_data);
int ctdb_flush_cn_queue(struct ctdb_ibw_node *cn);