On Tue, Aug 09, 2011 at 02:55:05PM -0700, Steven Dake wrote: > Signed-off-by: Steven Dake <[email protected]>
Reviewed-by: Angus Salkeld <[email protected]> > --- > exec/totemiba.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/exec/totemiba.c b/exec/totemiba.c > index 008018a..ffcfceb 100644 > --- a/exec/totemiba.c > +++ b/exec/totemiba.c > @@ -562,7 +562,10 @@ static int mcast_rdma_event_fn (int events, int suck, > void *context) > return (0); > } > > -static int recv_token_cq_send_event_fn (hdb_handle_t poll_handle, int > events, int suck, void *context) > +static int recv_token_cq_send_event_fn ( > + int fd, > + int revents, > + void *context) > { > struct totemiba_instance *instance = (struct totemiba_instance > *)context; > struct ibv_wc wc[32]; > -- > 1.7.6 > > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
