diff options
Diffstat (limited to 'transport/ib-verbs/src/ib-verbs.h')
-rw-r--r-- | transport/ib-verbs/src/ib-verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |