2b8f022950
Signed-off-by: John Howard <jhoward@microsoft.com>
10 lines
272 B
Go
10 lines
272 B
Go
package runtime
|
|
|
|
// Checkpoint is not supported on Windows.
|
|
// TODO Windows: Can eventually be factored out entirely.
|
|
type Checkpoint struct {
|
|
}
|
|
|
|
// PlatformProcessState container platform-specific fields in the ProcessState structure
|
|
type PlatformProcessState struct {
|
|
}
|