summaryrefslogtreecommitdiff
path: root/ctdb/ib/ibwrapper_internal.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-26 16:50:09 +1100
committerMartin Schwenke <martins@samba.org>2015-10-30 02:00:27 +0100
commit2fdb332fad541efd34be749e55a07569ce2b4ef4 (patch)
treed84629d392241f089b1d5dc7e025573938e57b3c /ctdb/ib/ibwrapper_internal.h
parent7084cb92e2b30134b2d5c9017a558f9e7b7696fe (diff)
downloadsamba-2fdb332fad541efd34be749e55a07569ce2b4ef4.tar.gz
ctdb-daemon: Stop using tevent compatibility definitions
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/ib/ibwrapper_internal.h')
-rw-r--r--ctdb/ib/ibwrapper_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/ib/ibwrapper_internal.h b/ctdb/ib/ibwrapper_internal.h
index 20aef7fd86b..b8100a8bf73 100644
--- a/ctdb/ib/ibwrapper_internal.h
+++ b/ctdb/ib/ibwrapper_internal.h
@@ -45,14 +45,14 @@ struct ibw_wr {
};
struct ibw_ctx_priv {
- struct event_context *ectx;
+ struct tevent_context *ectx;
struct ibw_opts opts;
struct rdma_cm_id *cm_id; /* server cm id */
struct rdma_event_channel *cm_channel;
- struct fd_event *cm_channel_event;
+ struct tevent_fd *cm_channel_event;
ibw_connstate_fn_t connstate_func; /* see ibw_init */
ibw_receive_fn_t receive_func; /* see ibw_init */
@@ -69,7 +69,7 @@ struct ibw_part {
struct ibw_conn_priv {
struct ibv_comp_channel *verbs_channel;
- struct fd_event *verbs_channel_event;
+ struct tevent_fd *verbs_channel_event;
struct rdma_cm_id *cm_id; /* client's cm id */
struct ibv_pd *pd;