From 124fb0c752530322e6311dde668422afef6b2afe Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Fri, 3 Apr 2009 15:17:04 +0530 Subject: IOBUF support (to be used by transports and fuse) Signed-off-by: Anand V. Avati --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/glusterfs.h') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 604b41d14..529f54397 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -260,6 +260,7 @@ struct _glusterfs_ctx { void *graph; void *top; /* either fuse or server protocol */ void *event_pool; + void *iobuf_pool; pthread_mutex_t lock; int xl_count; uint32_t volfile_checksum; -- cgit