summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/xlator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/xlator.h')
-rw-r--r--libglusterfs/src/xlator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h
index 1e2698bb61f..c2959efbd95 100644
--- a/libglusterfs/src/xlator.h
+++ b/libglusterfs/src/xlator.h
@@ -953,6 +953,9 @@ struct _xlator {
/* Saved volfile ID (used for multiplexing) */
char *volfile_id;
+
+ /* Its used as an index to inode_ctx*/
+ uint32_t xl_id;
};
typedef struct {