diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 4b157430b22..1d0369c4d61 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -195,6 +195,9 @@ typedef enum {  #define GF_REPLICATE_TRASH_DIR          ".landfill" +/* key value which quick read uses to get small files in lookup cbk */ +#define GF_CONTENT_KEY "glusterfs.content" +  struct _xlator_cmdline_option {  	struct list_head    cmd_args;  	char               *volume;  | 
