VPP-120: include custom types to Python representation of vpe.api
[vpp.git] / vpp-api / java / jvpp / gen / jvpp_gen.py
index d8ee6a1..4781ea0 100755 (executable)
@@ -109,7 +109,7 @@ def get_definitions():
     # Pass 1
     func_list = []
     func_name = {}
-    for a in cfg.vppapidef:
+    for a in cfg.messages:
         if not is_supported(a[0]):
             continue