summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r--libglusterfs/src/inode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h
index 18081b8f8ce..a0bb8f8b57d 100644
--- a/libglusterfs/src/inode.h
+++ b/libglusterfs/src/inode.h
@@ -40,6 +40,7 @@ typedef struct _dentry dentry_t;
#include "list.h"
#include "xlator.h"
#include "iatt.h"
+#include "uuid.h"
struct _inode_table {
@@ -94,6 +95,7 @@ struct _inode_ctx {
struct _inode {
inode_table_t *table; /* the table this inode belongs to */
+ uuid_t gfid;
gf_lock_t lock;
uint64_t nlookup;
uint64_t generation;