From 3c8922d123471de0c5da499420fcac6b10179786 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Thu, 9 Jul 2015 15:22:43 +0530 Subject: Protocol: Add lease fop Change-Id: I64c361d3e4ae86d57dc18bb887758d044c861237 BUG: 1319992 Signed-off-by: Poornima G Reviewed-on: http://review.gluster.org/11597 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Rajesh Joseph Reviewed-by: Pranith Kumar Karampuri --- libglusterfs/src/upcall-utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/upcall-utils.h b/libglusterfs/src/upcall-utils.h index e097a060670..7acfff15a0b 100644 --- a/libglusterfs/src/upcall-utils.h +++ b/libglusterfs/src/upcall-utils.h @@ -36,4 +36,9 @@ struct gf_upcall_cache_invalidation { struct iatt oldp_stat; /* oldparent dir stat */ }; +struct gf_upcall_recall_lease { + uint32_t lease_type; + /* TODO: Add the lease type it can be downgraded to */ +}; + #endif /* _UPCALL_UTILS_H */ -- cgit