summaryrefslogtreecommitdiffstats
path: root/api/src/gfapi.map
diff options
context:
space:
mode:
authorSoumya Koduri <skoduri@redhat.com>2018-10-10 21:37:07 +0530
committerAmar Tumballi <amarts@redhat.com>2018-10-16 06:34:21 +0000
commita303cd1acc3c9ff475fe5ece643de4cbea1c1a51 (patch)
tree305ef3bebbeaf1696b5b800a74e5f3ad40088afc /api/src/gfapi.map
parent593bbb28d95d1ebf11aa6f4d1f256529ed2dba88 (diff)
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" Change-Id: I3320ddf235cc82fad561e13b9457ebd64db6c76b updates: #350 Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Diffstat (limited to 'api/src/gfapi.map')
-rw-r--r--api/src/gfapi.map7
1 files changed, 6 insertions, 1 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map
index e91cd4d710b..c47323781fb 100644
--- a/api/src/gfapi.map
+++ b/api/src/gfapi.map
@@ -230,6 +230,11 @@ GFAPI_4.0.0 {
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;
+
GFAPI_future {
global:
glfs_read_async;
@@ -250,5 +255,5 @@ GFAPI_future {
glfs_ftruncate_async;
glfs_discard_async;
glfs_zerofill_async;
-} GFAPI_4.0.0;
+} GFAPI_4.1.6;