 |
PK_PARTITION_set_current |
|
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 (MILD)
PK_ERROR_cannot_make_current Partition cannot be made current (MILD)
A partition cannot be made current if it is at its initial pmark.
This function should only be called when partitioned rollback has been started
with PK_DELTA_register_callbacks.