diff options
Diffstat (limited to 'libglusterfs/src/xlator.h')
| -rw-r--r-- | libglusterfs/src/xlator.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index 9767ad04391..c0b56a7b0c2 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -830,6 +830,9 @@ struct _xlator {          struct mem_acct     mem_acct;          uint64_t            winds;          char                switched; + +        /* for the memory pool of 'frame->local' */ +        struct mem_pool    *local_pool;  };  #define xlator_has_parent(xl) (xl->parents != NULL)  | 
