Skip to content

Commit

Permalink
windows: document new ProcessId field
Browse files Browse the repository at this point in the history
Change-Id: I761f962f30eb48471a0f033cf30ea6c428d3ce49
Reviewed-on: https://go-review.googlesource.com/c/sys/+/174237
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
  • Loading branch information
zx2c4 authored and alexbrainman committed Apr 29, 2019
1 parent 804c0c7 commit 2cc0cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/svc/service.go
Expand Up @@ -72,7 +72,7 @@ type Status struct {
Accepts Accepted
CheckPoint uint32 // used to report progress during a lengthy operation
WaitHint uint32 // estimated time required for a pending operation, in milliseconds
ProcessId uint32
ProcessId uint32 // if the service is running, the process identifier of it, and otherwise zero
}

// ChangeRequest is sent to the service Handler to request service status change.
Expand Down

0 comments on commit 2cc0cad

Please sign in to comment.