PK_THREAD_ask_partitions   

PK_ERROR_code_t                     PK_THREAD_ask_partitions
(
--- received arguments ---
const PK_THREAD_ask_partitions_o_t *options,

--- returned arguments ---
int                          *const n_partitions,   --- (>= 0)
PK_PARTITION_t              **const partitions
)


This function returns the 'partitions' locked to the calling thread.


Specific Errors:
    PK_ERROR_rollback_not_started   Partitioned rollback is not active (MILD)


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