Merge pull request #14 from sym3tri/add-ping-type
feat(omaha): add "ping" event type.
This commit is contained in:
commit
6af1f79472
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ var EventTypes = map[int]string{
|
||||||
100: "setup failure",
|
100: "setup failure",
|
||||||
102: "COM server failure",
|
102: "COM server failure",
|
||||||
103: "setup update failure",
|
103: "setup update failure",
|
||||||
|
800: "ping",
|
||||||
}
|
}
|
||||||
|
|
||||||
var EventResults = map[int]string{
|
var EventResults = map[int]string{
|
||||||
|
|
Loading…
Reference in a new issue