openfam::fam::fam_backup_wait
Wait for the backup operation to be completed.
Synopsis
void fam_backup_wait(void *waitObj);
Description
The method blocks until the backup operation associated with the wait object is completed.
Input Arguments
Name | Description |
---|---|
waitObj | A pointer to the wait object associated with the backup operation |
Return Values
None. Throws Fam_Exception
on error.
Fam error numbers
Error | Description |
---|---|
FAM_ERR_INVALID | API called with incorrect parameters. |
FAM_ERR_NOPERM | Caller does not have access rights |
FAM_ERR_LIBFABRIC | Libfabric error occurred. |
FAM_ERR_RPC | Communication error from grpc layer. |
FAM_ERR_RPC_CLIENT_NOTFOUND | RPC service not available. |
Notes
None.
Example
See fam_backup