summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/iatt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/iatt.h')
-rw-r--r--libglusterfs/src/iatt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/iatt.h b/libglusterfs/src/iatt.h
index ef64f9afc95..e67d714c2a7 100644
--- a/libglusterfs/src/iatt.h
+++ b/libglusterfs/src/iatt.h
@@ -31,6 +31,7 @@
#include <unistd.h>
#include "compat.h"
+#include "uuid.h"
typedef enum {
IA_INVAL = 0,
@@ -59,6 +60,7 @@ typedef struct {
struct iatt {
uint64_t ia_ino; /* inode number */
uint64_t ia_gen; /* generation number */
+ uuid_t ia_gfid;
uint64_t ia_dev; /* backing device ID */
ia_type_t ia_type; /* type of file */
ia_prot_t ia_prot; /* protection */