aboutsummaryrefslogtreecommitdiffstats
path: root/vppapigen/node.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2016-04-09 03:16:30 +0200
committerDave Wallace <dwallacelf@gmail.com>2016-04-20 16:50:29 +0000
commit6855f6cdfee8c479f1e0ae440ce87a91ff41a708 (patch)
treee438e21c8107a675dc3a3141c6af6ba0ab458992 /vppapigen/node.h
parent633951c3d8dc1640813b4778f3e35463d08f3795 (diff)
Python-API: Inital commit of Python bindings for the VPP API.
See: https://wiki.fd.io/view/VPP/Python_API Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'vppapigen/node.h')
-rw-r--r--vppapigen/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vppapigen/node.h b/vppapigen/node.h
index 670b5aff275..1f5a153c24f 100644
--- a/vppapigen/node.h
+++ b/vppapigen/node.h
@@ -63,6 +63,7 @@ enum passid {
PRINTFUN_PASS,
JAVA_METHOD_PASS,
JAVA_JNI_PASS,
+ PYTHON_PASS,
};
extern void *make_node (enum node_subclass type);