aboutsummaryrefslogtreecommitdiffstats
path: root/api/binapi.go
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2020-06-18 08:22:13 +0200
committerOndrej Fabry <ofabry@cisco.com>2020-06-22 14:37:14 +0200
commit94620e85f0bdbb054af07ce3670fadc1f76cfdf0 (patch)
tree7784ddf381c4e08a6a1ece5b55911b47ea8395f3 /api/binapi.go
parent280b1c6c83b676ef4e592f4ecf60cb5b54b6a753 (diff)
Refactored binapi generator with message encoding
Change-Id: I5a6abb68b9d058866f94818169300e5c2fc43895 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'api/binapi.go')
-rw-r--r--api/binapi.go1
1 files changed, 1 insertions, 0 deletions
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