Merge pull request #14 from sym3tri/add-ping-type

feat(omaha): add "ping" event type.
This commit is contained in:
Brandon Philips 2014-05-15 18:36:28 -07:00
commit 6af1f79472
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ var EventTypes = map[int]string{
100: "setup failure",
102: "COM server failure",
103: "setup update failure",
800: "ping",
}
var EventResults = map[int]string{