state_interval_stable


state_interval_stable

This function is used to inform the kernel that a stable snapshot has been taken.

Signature

Status state_interval_stable(
	Capref		cont,
	StateInterval	state_interval )

Arguments

Semantics

This function is a kernel interface funtion. It is used by a manager to inform the kernel that a checkpoint has been saved on stable media and will therefore survive a system crash.

Status

Notes

Warnings

See Also

snapshot_request

managers