From 14555df7c6bc74622eb2283ded1c1f10980180ce Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Wed, 10 Jan 2018 15:01:59 +0530 Subject: gfapi : New APIs have been added to use lease feature in gluster Following APIs glfs_h_lease(), glfs_lease() added, so that gfapi applications can set and get lease which enables more efficient client side caching. Updates: #350 Change-Id: Iede85be9af1d4df969b890d0937ed0afa4ca6596 Signed-off-by: Poornima G Signed-off-by: Soumya Koduri Signed-off-by: Jiffin Tony Thottan --- libglusterfs/src/libglusterfs.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/libglusterfs.sym') diff --git a/libglusterfs/src/libglusterfs.sym b/libglusterfs/src/libglusterfs.sym index a515caec3e9..500f69a9893 100644 --- a/libglusterfs/src/libglusterfs.sym +++ b/libglusterfs/src/libglusterfs.sym @@ -965,6 +965,7 @@ syncop_write syncop_writev syncop_xattrop syncop_zerofill +syncop_lease synctask_get synctask_new synctask_new1 -- cgit