mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 00:10:18 +00:00
AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation.
AUTH-2088: Adds dynamic destination routing
This commit is contained in:
1
vendor/golang.org/x/sys/windows/svc/service.go
generated
vendored
1
vendor/golang.org/x/sys/windows/svc/service.go
generated
vendored
@@ -72,6 +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 // 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.
|
||||
|
Reference in New Issue
Block a user