Update the comment for container pause
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
parent
c6db82f921
commit
ccbd0a176f
|
@ -84,7 +84,7 @@ type Container interface {
|
||||||
// Systemerror - System error.
|
// Systemerror - System error.
|
||||||
Restore(process *Process, criuOpts *CriuOpts) error
|
Restore(process *Process, criuOpts *CriuOpts) error
|
||||||
|
|
||||||
// If the Container state is RUNNING or PAUSING, sets the Container state to PAUSING and pauses
|
// If the Container state is RUNNING, sets the Container state to PAUSING and pauses
|
||||||
// the execution of any user processes. Asynchronously, when the container finished being paused the
|
// the execution of any user processes. Asynchronously, when the container finished being paused the
|
||||||
// state is changed to PAUSED.
|
// state is changed to PAUSED.
|
||||||
// If the Container state is PAUSED, do nothing.
|
// If the Container state is PAUSED, do nothing.
|
||||||
|
|
Loading…
Reference in New Issue