mirror of
https://github.com/containerd/containerd.git
synced 2026-07-24 16:27:27 +00:00
9 lines
153 B
Go
9 lines
153 B
Go
package supervisor
|
|
|
|
type platformStartTask struct {
|
|
}
|
|
|
|
// Checkpoint not supported on Windows
|
|
func (task *startTask) setTaskCheckpoint(t *StartTask) {
|
|
}
|