This commit is contained in:
Andrea Luzzardi 2013-01-22 17:30:37 -08:00
parent f958bdba8a
commit 73d7265429
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ import (
)
type State struct {
Running bool
Pid int
ExitCode int
Running bool
Pid int
ExitCode int
StartedAt time.Time
stateChangeLock *sync.Mutex