cont_rollback


cont_rollback

This function is used to inform a manager that a roll back has occured.

Signature

Status cont_rollback(
	Token		cont,
	StateInterval	state_interval )

Arguments

Semantics

This function is a manager interface function. It is used by the kernel to inform a manager that the container denoted by cont has rolled back to the time denoted by state interval state_interval. The manager should remove any persistent data structures allocated in the future relative to state_interval.

Status

Notes

Warnings

See Also

managers