diff options
author | Peter Somogyi <psomogyi@gamax.hu> | 2006-12-13 15:00:41 +0100 |
---|---|---|
committer | Peter Somogyi <psomogyi@gamax.hu> | 2006-12-13 15:00:41 +0100 |
commit | ffefb5c24fa1707a87ca5328b3f463d87f2b908f (patch) | |
tree | 6b1181b3938bc2d03e9b8e44080281e4bd63189e /ctdb/ib/ibwrapper_internal.h | |
parent | 6df8352035c81fd6921a49d07068212956ec8d9f (diff) | |
download | samba-ffefb5c24fa1707a87ca5328b3f463d87f2b908f.tar.gz samba-ffefb5c24fa1707a87ca5328b3f463d87f2b908f.tar.xz samba-ffefb5c24fa1707a87ca5328b3f463d87f2b908f.zip |
Made ibwrapper compilable.
Adjusted makefile to include the project.
libibverbs and librdmacm has to be installed with headers.
(This used to be ctdb commit 372dc670a7aeb5887c4f24bd5466aa6a77e22f1f)
Diffstat (limited to 'ctdb/ib/ibwrapper_internal.h')
-rw-r--r-- | ctdb/ib/ibwrapper_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctdb/ib/ibwrapper_internal.h b/ctdb/ib/ibwrapper_internal.h index b6d8eb2bc2..04d82f9565 100644 --- a/ctdb/ib/ibwrapper_internal.h +++ b/ctdb/ib/ibwrapper_internal.h @@ -29,7 +29,7 @@ struct ibw_opts { struct ibw_wr { char *msg; /* initialized in ibw_init_memory once per connection */ int wr_id; /* position in wr_index list; also used as wr id */ - struct _ibw_wr *next, *prev; /* in wr_list_avail or wr_list_used */ + struct ibw_wr *next, *prev; /* in wr_list_avail or wr_list_used */ }; struct ibw_ctx_priv { @@ -43,7 +43,6 @@ struct ibw_ctx_priv { struct fd_event *cm_channel_event; struct ibv_pd *pd; - enum iwint_state_ctx state2; ibw_connstate_fn_t connstate_func; /* see ibw_init */ ibw_receive_fn_t receive_func; /* see ibw_init */ |