PK_ERROR_code_t PK_PARTITION_set_current
(
--- received arguments ---
PK_PARTITION_t partition --- partition
)
This function makes the given partition the current partition.
Specific Errors:
PK_ERROR_rollback_not_started Partitioned rollback is not active
PK_ERROR_cannot_make_current Partition cannot be made current
A partition cannot be made current if it is at its initial pmark, and has no
other pmarks.
This function should only be called when partitioned rollback has been started
with PK_DELTA_register_callbacks.