Avoid static declarations of arrays with unknown size.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 3 Apr 2014 23:07:43 +0000 (16:07 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 4 Apr 2014 14:34:10 +0000 (07:34 -0700)
commitd2586fce485240801bdfdd73ad4679b9c88bc659
tree311de835773f595dc9e1a624649adc99a0609ff8
parent79bda8258b5365438a70d08c74fab903f1dc0a29
Avoid static declarations of arrays with unknown size.

Visual studio does not like it.

This commit is similar to commit 3815d6c2c
(Avoid designated initializers and static decls of arrays
of unknown size.) but touches more files.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/test-jsonrpc.c
tests/test-lockfile.c
tests/test-ovsdb.c
tests/test-reconnect.c
vtep/vtep-ctl.c