ovsdb: constify should apply to all pointer types.
authorEthan Jackson <ethan@nicira.com>
Wed, 24 Nov 2010 00:50:57 +0000 (16:50 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 29 Nov 2010 22:47:14 +0000 (14:47 -0800)
commitc667d679b050dc16734bfad7de7e794c5774e686
tree618bc766feb97b0fa093207bd596d9d401df8ec9
parentc5c7c7c5c0d379c49121d63b77067aa32bce22b7
ovsdb: constify should apply to all pointer types.

All pointers (except double stars) should be const-able in
ovsdb-idlc.in generated header files.
ovsdb/ovsdb-idlc.in