mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
![]() |
# -*- 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"] = "\"vswitchd/vswitch-idl.h\""
|