summaryrefslogtreecommitdiffstats
path: root/transport/ib-verbs/src/ib-verbs.h
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-04-11 23:09:15 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-12 11:33:48 +0530
commit77714c065d99767f5a3820bc1c62b22522681821 (patch)
treeb9522e540b65bd623ec6766626afd373136e7fbe /transport/ib-verbs/src/ib-verbs.h
parent07e8f887547c1b9fd71a3ca45b2c1ac974c939ad (diff)
updated transport/ib-verbs to use IOBUF/IOBREFs
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'transport/ib-verbs/src/ib-verbs.h')
-rw-r--r--transport/ib-verbs/src/ib-verbs.h2
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 2aa39c0a..a5513f88 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;