summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-04-11 23:22:26 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-12 11:33:48 +0530
commit6d94a368e061afeeac6fb57c5910c71f60791dc3 (patch)
tree1f25b6e4791fc5de5476d903380a23b6f19c778b /libglusterfsclient/src/libglusterfsclient.h
parent77714c065d99767f5a3820bc1c62b22522681821 (diff)
updated libglusterfsclient with IOBUF/IOBREFs
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 40d08eced..516a03a08 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -32,7 +32,8 @@ __BEGIN_DECLS
typedef struct {
struct iovec *vector;
int count;
- void *ref;
+ void *iobref;
+ void *dictref;
} glusterfs_iobuf_t;
typedef struct {