diff options
Diffstat (limited to 'api/binapi.go')
-rw-r--r-- | api/binapi.go | 1 |
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 |