From 4e7afab231e22fc740e2d8a39fd7eaefd1fa9f2f Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Thu, 14 Mar 2019 18:41:11 +0530 Subject: gfapi: add function to set client-pid This api offers the ability to set the pid of a client to a particular value, identical to how gluster fuse clients provide the --client-pid option. This is an internal API to be used by gluster processes only. See https://lists.gluster.org/pipermail/gluster-devel/2019-March/055925.html for more details. Currently glfsheal is the only proposed consumer. updates: bz#1693155 Change-Id: I0620be2127d79d69cdd57cffb29bba44e6e5da1f Signed-off-by: Ravishankar N (cherry picked from commit 08d502c3b05c6f7831bb4cc764bd458b405a99b1) --- api/src/gfapi.aliases | 1 + 1 file changed, 1 insertion(+) (limited to 'api/src/gfapi.aliases') diff --git a/api/src/gfapi.aliases b/api/src/gfapi.aliases index 25e2d74e196..09c0fd8f648 100644 --- a/api/src/gfapi.aliases +++ b/api/src/gfapi.aliases @@ -172,6 +172,7 @@ _pub_glfs_upcall_lease_get_lease_type _glfs_upcall_lease_get_lease_type$GFAPI_4. _priv_glfs_statx _glfs_statx$GFAPI_6.0 _priv_glfs_iatt_from_statx _glfs_iatt_from_statx$GFAPI_6.0 +_priv_glfs_setfspid _glfs_setfspid$GFAPI_6.1 _pub_glfs_read_async _glfs_read_async$GFAPI_6.0 _pub_glfs_write_async _glfs_write_async$GFAPI_6.0 -- cgit