Suggested by: jhb
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44384 Build 41272: arc lint + arc unit
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" }