feat(omaha): add "ping" event type.

This commit is contained in:
Ed Rooth 2014-05-14 16:16:44 -07:00
parent 40e2aba4c3
commit 1d08943ef3
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{