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 of partition
PK_PMARK_t **const pmarks           --- pmarks of partition
)


This function returns the pmarks which exist in the partition.


Specific Errors:
    PK_ERROR_rollback_not_started   Partitioned rollback is not active


This function should only be called when partitioned rollback has been
started with PK_DELTA_register_callbacks.