diff options
Diffstat (limited to 'libglusterfs/src/upcall-utils.h')
| -rw-r--r-- | libglusterfs/src/upcall-utils.h | 5 | 
1 files changed, 5 insertions, 0 deletions
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 */  | 
