PK_DELTA_register_callbacks   

PK_ERROR_code_t     PK_DELTA_register_callbacks
(
--- received arguments ---
PK_DELTA_frustrum_t frustrum --- frustrum functions
)


This function registers the partitioned rollback frustrum, and switches on
partitioned rollback. It should be called before PK_SESSION_start.
(PK_SESSION_stop switches off partitioned rollback and deregisters the
partitioned rollback frustrum).


Specific Errors:
    PK_ERROR_modeller_not_stopped   PK_SESSION_start has already been called


The 'frustrum' is a structure containing pointers to six functions which
the partitioned rollback system uses to read and write deltas.