From 1d08943ef38cf1485db4a6a2ce97c0412247ba01 Mon Sep 17 00:00:00 2001 From: Ed Rooth Date: Wed, 14 May 2014 16:16:44 -0700 Subject: [PATCH] feat(omaha): add "ping" event type. --- omaha/omaha.go | 1 + 1 file changed, 1 insertion(+) diff --git a/omaha/omaha.go b/omaha/omaha.go index 1aa2a97..279a311 100644 --- a/omaha/omaha.go +++ b/omaha/omaha.go @@ -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{