From 94620e85f0bdbb054af07ce3670fadc1f76cfdf0 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Thu, 18 Jun 2020 08:22:13 +0200 Subject: Refactored binapi generator with message encoding Change-Id: I5a6abb68b9d058866f94818169300e5c2fc43895 Signed-off-by: Ondrej Fabry --- api/binapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api/binapi.go') diff --git a/api/binapi.go b/api/binapi.go index 96eb3bf..20ddd28 100644 --- a/api/binapi.go +++ b/api/binapi.go @@ -163,3 +163,4 @@ func GetRegisteredMessageTypes() map[reflect.Type]string { // GoVppAPIPackageIsVersionX is referenced from generated binapi files // to assert that that code is compatible with this version of the GoVPP api package. const GoVppAPIPackageIsVersion1 = true +const GoVppAPIPackageIsVersion2 = true -- cgit 1.2.3-korg