summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/upcall-utils.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libglusterfs/src/upcall-utils.h b/libglusterfs/src/upcall-utils.h
index 7acfff15a0b..78db806503f 100644
--- a/libglusterfs/src/upcall-utils.h
+++ b/libglusterfs/src/upcall-utils.h
@@ -37,8 +37,10 @@ struct gf_upcall_cache_invalidation {
};
struct gf_upcall_recall_lease {
- uint32_t lease_type;
- /* TODO: Add the lease type it can be downgraded to */
+ uint32_t lease_type; /* Lease type to which client can downgrade to*/
+ uuid_t tid; /* transaction id of the fop that caused
+ the recall */
+ dict_t *dict;
};
#endif /* _UPCALL_UTILS_H */