 |
PK_PARTITION_ask_pmarks |
|
PK_ERROR_code_t PK_PARTITION_ask_pmarks
(
--- received arguments ---
PK_PARTITION_t partition, --- partition
--- returned arguments ---
int *const n_pmarks, --- number of pmarks (>= 1)
PK_PMARK_t **const pmarks --- pmarks (optional)
)
This function returns the set of pmarks in the partition.
NOTE: This function is deprecated and has been superseded by
PK_PARTITION_ask_pmarks_2.
Specific Errors:
PK_ERROR_rollback_not_started Partitioned rollback is not active (MILD)
The output array 'pmarks' is optional. If it is set to NULL, the function
will only compute the number of pmarks in the partition.
This function should only be called when partitioned rollback has been
started with PK_DELTA_register_callbacks.