From 8b66677c2382a8e739d437621de4473d5ec0b9f1 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Mon, 25 Sep 2017 21:58:24 +0200 Subject: generator fix - add new message type Change-Id: I5e2b312e086d18eb7fa3f349750caea20005f530 Signed-off-by: Rastislav Szabo --- api/api.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') diff --git a/api/api.go b/api/api.go index afaa8ad..c247417 100644 --- a/api/api.go +++ b/api/api.go @@ -28,6 +28,8 @@ const ( RequestMessage MessageType = iota // ReplyMessage represents a VPP reply message ReplyMessage + // EventMessage represents a VPP notification event message + EventMessage // OtherMessage represents other VPP message (e.g. counters) OtherMessage ) -- cgit 1.2.3-korg