summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-04-13 17:50:21 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-13 20:10:49 +0530
commit451620e0ec88f717e7046ebb27fe1f29d73796d9 (patch)
tree8cc07c426a9b76cca1022220919dde0c53b28ecb /libglusterfs
parent3093ff0b125c520fdac3db627af708f495c9a47e (diff)
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 <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/glusterfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h
index 529f5439728..a4b8a516f17 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;