ovsdb-idlc: Initialize refType in IDL reference columns' types.
authorBen Pfaff <blp@nicira.com>
Mon, 28 Feb 2011 20:36:34 +0000 (12:36 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Mar 2011 19:23:58 +0000 (11:23 -0800)
commitacb4f876b8cdf37191355724da8f4aca64c9bfae
treeef0b05db288cbb4b848548f16c89adb45e55d20b
parentfdba672899fe192cb8c646d5b6d6d9260f42904d
ovsdb-idlc: Initialize refType in IDL reference columns' types.

Otherwise the refType always appears to be 0 (OVSDB_REF_STRONG).

Nothing in the code that uses these structures actually uses the refType
yet, so this does not fix any existing bug, but upcoming commits will add
users.
python/ovs/db/types.py