diff options
| author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2017-01-20 15:27:24 -0500 | 
|---|---|---|
| committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2017-01-24 05:42:07 -0500 | 
| commit | e549df2c0d8b5dbfa6e9c129109185aaf4cea11d (patch) | |
| tree | 10ee5e9f90290b73070d6abe3a9f177f69721304 /api/src/glfs.h | |
| parent | 71b3664c5d740f931759b99adfb41e6d2abf5ea3 (diff) | |
libgfapi: remove/revert glfs_ipc() changes targeted for 4.0
revert glfs_ipc() to 3.7.0 signature and associated symbol versioning
Change-Id: Ieffe1d966234652091a4a9ae0b2c4b23f1297147
BUG: 1415279
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: https://review.gluster.org/16450
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'api/src/glfs.h')
| -rw-r--r-- | api/src/glfs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h index 903492a9466..730cff51f5a 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -775,8 +775,8 @@ void glfs_free (void *ptr) __THROW  /*   * Nobody needs this call at all yet except for the test script.   */ -int glfs_ipc (glfs_fd_t *fd, int cmd,  void *xd_in, void **xd_out) __THROW -        GFAPI_PUBLIC(glfs_ipc, 4.0.0); +int glfs_ipc (glfs_fd_t *fd, int cmd) __THROW +        GFAPI_PUBLIC(glfs_ipc, 3.7.0);  __END_DECLS  | 
