2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00
Files
ovs/lib
Alin Serdean 1a0d583102 dpif-netdev: Avoid variable length array on MSVC.
MSVC does not like variable length array either.

This patch treats the following error:

lib/dpif-netdev.c(2272) : error C2057: expected constant expression
lib/dpif-netdev.c(2272) : error C2466: cannot allocate an array of constant size 0
lib/dpif-netdev.c(2272) : error C2133: 'batches' : unknown size
lib/dpif-netdev.c(2273) : error C2057: expected constant expression
lib/dpif-netdev.c(2273) : error C2466: cannot allocate an array of constant size 0
lib/dpif-netdev.c(2273) : error C2133: 'mfs' : unknown size
lib/dpif-netdev.c(2274) : error C2057: expected constant expression
lib/dpif-netdev.c(2274) : error C2466: cannot allocate an array of constant size 0
lib/dpif-netdev.c(2274) : error C2133: 'rules' : unknown size
lib/dpif-netdev.c(2363) : warning C4034: sizeof returns 0
lib/dpif-netdev.c(2381) : error C2057: expected constant expression
lib/dpif-netdev.c(2381) : error C2466: cannot allocate an array of constant size 0
lib/dpif-netdev.c(2381) : error C2133: 'keys' : unknown size
make[2]: *** [lib/dpif-netdev.lo] Error 1

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
2014-09-02 08:10:24 -07:00
..
2012-05-02 17:08:02 -07:00
2014-03-17 22:51:17 -07:00
2014-03-17 22:51:17 -07:00
2014-07-26 10:31:01 -07:00
2014-07-26 10:31:01 -07:00
2013-05-22 20:39:14 -07:00
2014-08-29 16:08:11 -07:00
2013-08-22 09:29:39 -07:00
2013-08-22 09:29:39 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2013-07-22 10:53:10 -07:00
2014-08-14 13:47:04 -07:00
2013-06-25 14:00:58 -07:00
2013-06-25 14:00:58 -07:00
2012-05-02 17:08:02 -07:00
2014-07-11 05:57:11 -07:00
2014-07-11 05:57:11 -07:00
2014-04-24 14:48:54 +09:00
2012-05-02 17:08:02 -07:00
2013-12-11 11:20:00 -08:00
2014-07-07 13:22:57 -07:00
2014-01-17 16:11:20 -08:00
2013-08-29 13:06:21 -07:00
2013-08-29 13:06:21 -07:00
2014-06-24 09:53:10 -07:00
2014-03-28 12:52:12 -07:00
2014-07-28 09:50:37 -07:00
2014-07-28 09:50:37 -07:00
2014-07-28 09:50:37 -07:00
2012-05-02 17:08:02 -07:00
2014-08-27 07:37:40 -07:00
2014-05-14 10:31:44 -07:00
2014-08-29 10:34:52 -07:00
2011-10-27 09:39:24 -07:00
2013-06-10 13:48:12 -07:00
2014-02-12 10:21:06 -08:00
2014-05-29 23:35:30 -07:00
2012-07-26 16:21:48 -07:00
2013-01-16 16:03:55 -08:00
2014-01-13 13:25:57 -08:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2012-06-14 15:09:31 -07:00
2014-02-21 16:43:29 -08:00
2014-06-27 10:37:58 +12:00
2014-07-17 10:30:33 -07:00
2014-07-17 10:30:33 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2013-04-10 18:10:58 -07:00
2013-07-22 11:20:43 -07:00
2014-03-13 09:14:16 -07:00
2014-03-13 09:14:16 -07:00
2014-07-22 16:54:38 -07:00
2014-07-22 16:54:38 -07:00
2014-07-28 09:20:24 -07:00
2012-05-02 17:08:02 -07:00
2014-02-13 14:09:30 -08:00
2014-03-17 14:20:49 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2012-02-02 16:24:05 -08:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2014-03-28 11:09:26 -07:00
2014-07-08 10:21:54 +12:00
2014-07-08 10:21:54 +12:00
2014-03-12 09:15:23 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2013-06-25 14:00:58 -07:00