mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
This is cleaner then having multiple programs build the idl independently. Signed-off-by: Ethan Jackson <ethan@nicira.com>
10 lines
352 B
Python
10 lines
352 B
Python
# -*- python -*-
|
|
|
|
# This code, when invoked by "ovsdb-idlc annotate" (by the build
|
|
# process), annotates vswitch.ovsschema with additional data that give
|
|
# the ovsdb-idl engine information about the types involved, so that
|
|
# it can generate more programmer-friendly data structures.
|
|
|
|
s["idlPrefix"] = "ovsrec_"
|
|
s["idlHeader"] = "\"lib/vswitch-idl.h\""
|