Suggested by: jhb
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- use "checkpoint" for the "cmd" field in the nvlist
- use a boolean flag to indicate a suspend operation for the checkpoint nvlist
The nvlist for a checkpoint request will now look like:
{ cmd="checkpoint", suspend="true/false", filename="afilename" }