From 451620e0ec88f717e7046ebb27fe1f29d73796d9 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Mon, 13 Apr 2009 17:50:21 +0530 Subject: introduce page_size in glusterfs_ctx_t to be used by all translators set it to 128KB in main() Signed-off-by: Anand V. Avati --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 529f54397..a4b8a516f 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -264,6 +264,7 @@ struct _glusterfs_ctx { pthread_mutex_t lock; int xl_count; uint32_t volfile_checksum; + size_t page_size; }; typedef struct _glusterfs_ctx glusterfs_ctx_t; -- cgit