diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/xlator.c | 1 | ||||
| -rw-r--r-- | libglusterfs/src/xlator.h | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 30775354253..ed120d23a8f 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -409,6 +409,7 @@ xlator_init (xlator_t *xl)          if (xl->mem_acct_init)                  xl->mem_acct_init (xl); +        xl->instance_name = NULL;          if (!xl->init) {                  gf_msg (xl->name, GF_LOG_WARNING, 0, LG_MSG_INIT_FAILED,                          "No init() found"); diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index d7dbfb413be..27b598d7e60 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -853,6 +853,7 @@ struct _xlator {          /* Built during parsing */          char          *name;          char          *type; +        char          *instance_name;  /* Used for multi NFSd */          xlator_t      *next;          xlator_t      *prev;          xlator_list_t *parents;  | 
