state_interval_query


state_interval_query

This function is used to query whether a state interval is volitile, stable or recoverable.

Signature

Status state_interval_query(
	Token		cont,
	StateInterval	state_interval,
	SiState		*state )

Arguments

Semantics

This function is a manager interface function. It is used to discover whether the checkpoint exists at state interval state_interval for container cont and if so whether that checkpoint is volitile, stable or recoverable. This function will normally be called by the kernel.

Status

Notes

Warnings

See Also

manager