diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 40d08eced26..516a03a0891 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 { |