# -*- python -*- # This code, when invoked by "ovsdb-idlc annotate" (by the build # process), annotates idltest.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"] = "idltest_" s["idlHeader"] = "\"tests/idltest.h\"" s["tables"]["link1"]["columns"]["k"]["type"]["keyRefTable"] = "link1" s["tables"]["link1"]["columns"]["ka"]["type"]["keyRefTable"] = "link1" s["tables"]["link1"]["columns"]["l2"]["type"]["keyRefTable"] = "link2" s["tables"]["link2"]["columns"]["l1"]["type"]["keyRefTable"] = "link1"