From 77714c065d99767f5a3820bc1c62b22522681821 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Sat, 11 Apr 2009 23:09:15 +0530 Subject: updated transport/ib-verbs to use IOBUF/IOBREFs Signed-off-by: Anand V. Avati --- transport/ib-verbs/src/ib-verbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transport/ib-verbs/src/ib-verbs.h') diff --git a/transport/ib-verbs/src/ib-verbs.h b/transport/ib-verbs/src/ib-verbs.h index 2aa39c0a491..a5513f8821d 100644 --- a/transport/ib-verbs/src/ib-verbs.h +++ b/transport/ib-verbs/src/ib-verbs.h @@ -73,7 +73,7 @@ struct _ib_verbs_ioq { struct iovec vector[MAX_IOVEC]; int count; char *buf; - dict_t *refs; + struct iobref *iobref; }; typedef struct _ib_verbs_ioq ib_verbs_ioq_t; -- cgit