From 2f2872b335018a7fa4b61193f2e6404bef8864ed Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Wed, 10 Oct 2018 21:37:07 +0530 Subject: gfapi: Bug fixes in leases processing code-path This patch fixes below issues in gfapi lease code-path * 'glfs_setfsleasid' should allow NULL input to be able to reset leaseid * Applications should be allowed to (un)register for upcall notifications of type GLFS_EVENT_LEASE_RECALL * APIs added to read contents of GLFS_EVENT_LEASE_RECALL argument which is of type "struct glfs_upcall_lease" This is backport of the below mainline patch - https://review.gluster.org/#/c/glusterfs/+/21391 Change-Id: I3320ddf235cc82fad561e13b9457ebd64db6c76b updates: #350 Signed-off-by: Soumya Koduri --- api/src/gfapi.map | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'api/src/gfapi.map') diff --git a/api/src/gfapi.map b/api/src/gfapi.map index 8eeec71fb53..0e886dd84b8 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -235,3 +235,8 @@ GFAPI_4.0.0 { glfs_lease; glfs_h_lease; } GFAPI_3.13.0; + +GFAPI_4.1.6 { + glfs_upcall_lease_get_object; + glfs_upcall_lease_get_lease_type; +} GFAPI_4.0.0; -- cgit