gpfs_free_fssnaphandle() subroutine
Frees a GPFS file system snapshot handle.
Library
GPFS Library (libgpfs.a for AIX®, libgpfs.so for Linux®)
Synopsis
#include <gpfs.h>
void gpfs_free_fssnaphandle(gpfs_fssnap_handle_t *fssnapHandle);
Description
The gpfs_free_fssnaphandle() subroutine frees the snapshot handle that is passed. The return value is always void.
Note: Compile any program that uses this subroutine with
the -lgpfs flag from the following library:
- libgpfs.a for AIX
- libgpfs.so for Linux
Parameters
- fssnapHandle
- File system snapshot handle.
Exit status
The gpfs_free_fssnaphandle() subroutine always returns void.
Exceptions
None.
Error status
None.
Examples
For an example using gpfs_free_fssnaphandle(), see /usr/lpp/mmfs/samples/util/tstimes.c.
Location
/usr/lpp/mmfs/lib/libgpfs.a for AIX
/usr/lpp/mmfs/lib/libgpfs.so for Linux