lsm_fs_ss_time_stamp_get - Man Page
Retrieves the timestamp for the file system snapshot
Synopsis
uint64_t lsm_fs_ss_time_stamp_get (lsm_fs_ss *ss);
Arguments
- ss
File system snapshot to retrieve timestamp for.
Version
1.0
Description
Retrieves the POSIX timestamp of the creation of file system snapshot.
Return
uint64_t. 0 if argument 'ss' is NULL or not a valid lsm_fs_ss pointer.
Info
July 2024 Libstoragemgmt C API Manual