mirror of
https://github.com/rancher/os.git
synced 2025-07-06 11:36:15 +00:00
9 lines
153 B
Go
9 lines
153 B
Go
package supervisor
|
|
|
|
type platformStartTask struct {
|
|
}
|
|
|
|
// Checkpoint not supported on Solaris
|
|
func (task *startTask) setTaskCheckpoint(t *StartTask) {
|
|
}
|