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
- cont - - indicates the container which the subject of the query
- state_interval - indicates the state interval about which the query
is being made
- state - - used to return the state of the state interval.
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