diff options
| author | Ravishankar N <ravishankar@redhat.com> | 2019-03-14 18:41:11 +0530 |
|---|---|---|
| committer | soumya k <skoduri@redhat.com> | 2019-03-26 15:25:07 +0000 |
| commit | 08d502c3b05c6f7831bb4cc764bd458b405a99b1 (patch) | |
| tree | 37d4c29ce2ed4f5bce5ebe0b3ce79fc4eb2065e7 /api/src/gfapi.map | |
| parent | a87038229e26723406e48035519f0e6dfea4e45c (diff) | |
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#1689250
Change-Id: I0620be2127d79d69cdd57cffb29bba44e6e5da1f
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
Diffstat (limited to 'api/src/gfapi.map')
| -rw-r--r-- | api/src/gfapi.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map index bb201c780ec..b97a614c13d 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -267,3 +267,7 @@ GFAPI_6.0 { glfs_fsetattr; } GFAPI_PRIVATE_6.0; +GFAPI_PRIVATE_6.1 { + global: + glfs_setfspid; +} GFAPI_6.0; |
