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
..
2014-08-12 13:32:05 -07:00
2013-09-27 16:27:24 -07:00
2012-05-02 17:08:02 -07:00
2013-08-02 20:03:52 -07:00
2013-12-17 13:16:39 -08:00
2013-08-02 20:03:52 -07:00
2014-08-13 12:48:07 -07:00
2014-03-17 22:51:17 -07:00
2014-03-17 22:51:17 -07:00
2014-08-29 10:34:52 -07:00
2014-04-24 15:30:55 -07:00
2014-07-26 10:31:01 -07:00
2014-07-26 10:31:01 -07:00
2014-08-11 12:57:17 -07:00
2014-08-11 12:57:17 -07:00
2014-04-18 08:33:12 -07:00
2013-07-17 11:50:41 -07:00
2013-07-17 11:50:41 -07:00
2014-08-29 10:34:52 -07:00
2014-06-13 17:47:32 -07:00
2014-08-05 14:13:20 -07:00
2014-08-05 14:13:20 -07:00
2014-07-21 21:00:04 -07:00
2014-07-29 09:02:23 -07:00
2014-03-05 07:51:55 -08:00
2013-05-22 20:39:14 -07:00
2010-06-29 14:29:40 -07:00
2012-02-27 09:24:15 -08:00
2014-08-29 16:08:11 -07:00
2013-12-12 15:03:19 -08:00
2013-12-12 15:03:19 -08:00
2013-10-01 13:08:46 -07:00
2014-07-15 12:41:39 -07:00
2013-12-13 09:17:40 -08:00
2013-08-22 09:29:39 -07:00
2013-08-22 09:29:39 -07:00
2013-08-27 22:06:02 -07:00
2013-08-27 22:06:02 -07:00
2014-04-24 14:43:50 -07:00
2010-06-29 14:29:40 -07:00
2014-07-10 10:29:45 -07:00
2014-07-22 15:59:36 -07:00
2014-04-24 14:43:50 -07:00
2014-04-24 14:43:50 -07:00
2014-02-04 08:30:00 -08: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
2012-08-01 10:55:57 -07:00
2014-08-04 14:32:13 -07:00
2014-08-04 14:32:13 -07:00
2014-08-04 14:32:13 -07:00
2014-08-29 10:34:52 -07:00
2014-08-04 11:11:40 -07:00
2014-09-02 08:10:24 -07:00
2014-07-25 16:19:40 -07:00
2014-08-14 13:47:04 -07:00
2014-08-14 13:47:04 -07:00
2014-08-18 01:01:10 -07:00
2013-06-25 14:00:58 -07:00
2013-06-25 14:00:58 -07:00
2013-11-25 23:38:59 -08:00
2013-09-13 09:11:46 -07:00
2014-02-14 08:46:05 -08:00
2012-05-02 17:08:02 -07:00
2014-08-18 13:17:34 -07:00
2014-01-14 14:45:10 -08:00
2014-06-30 08:47:33 -07:00
2014-06-24 09:50:32 -07:00
2014-08-29 16:08:11 -07:00
2014-08-27 08:21:45 -07:00
2014-01-27 10:33:45 -08:00
2014-03-06 16:35:04 -08:00
2013-09-12 17:43:55 -07:00
2014-05-02 12:49:37 -07:00
2014-07-11 05:57:11 -07:00
2014-07-11 05:57:11 -07:00
2013-10-16 18:08:05 -07:00
2013-10-16 18:08:05 -07:00
2014-04-29 15:50:38 -07:00
2014-04-29 15:50:38 -07:00
2014-04-24 14:48:54 +09:00
2014-03-19 08:51:52 -07:00
2013-01-16 16:03:37 -08:00
2012-05-02 17:08:02 -07:00
2013-12-11 11:20:00 -08:00
2013-01-22 13:40:53 -08:00
2014-08-26 09:08:52 -07:00
2014-04-03 07:53:54 -07:00
2014-08-29 10:34:52 -07:00
2014-02-19 14:01:05 -08:00
2014-07-07 13:22:57 -07:00
2013-11-12 14:22:48 -08:00
2014-06-30 08:47:33 -07:00
2014-06-30 08:47:33 -07:00
2014-01-17 16:11:20 -08:00
2014-08-11 12:57:17 -07:00
2014-08-11 12:57:17 -07:00
2014-08-12 13:08:09 -07:00
2013-08-27 21:58:55 -07: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
2012-08-09 15:06:38 -07:00
2014-03-28 12:52:12 -07:00
2014-01-08 17:13:30 -08:00
2014-07-28 09:50:37 -07:00
2014-07-28 09:50:37 -07:00
2014-07-07 13:22:57 -07:00
2014-06-24 11:17:07 -07:00
2012-07-13 10:25:27 -07:00
2013-07-22 10:53:09 -07:00
2012-05-22 10:32:05 -07:00
2014-07-28 09:50:37 -07:00
2014-08-14 11:59:56 -07:00
2014-08-11 12:57:17 -07:00
2014-08-11 12:57:17 -07:00
2014-08-29 16:32:21 -07:00
2014-08-29 16:32:21 -07:00
2014-07-20 10:13:22 -07:00
2014-08-29 16:32:21 -07:00
2014-08-29 16:32:21 -07:00
2013-08-09 21:14:23 -07:00
2014-07-24 12:51:28 -07:00
2014-06-24 14:37:57 -07:00
2014-05-02 14:29:18 -07:00
2014-08-29 10:34:53 -07:00
2014-06-23 14:41:13 -07:00
2012-05-02 17:08:02 -07:00
2014-07-22 16:33:42 -07:00
2012-05-02 17:08:02 -07:00
2014-08-22 10:30:36 -07:00
2014-08-28 08:52:52 -07:00
2014-07-29 09:32:55 -07:00
2014-07-16 09:39:49 -07:00
2013-11-12 21:52:54 -08:00
2014-08-27 07:37:40 -07:00
2014-08-11 12:57:17 -07:00
2014-08-29 16:32:21 -07:00
2014-06-23 14:41:15 -07:00
2014-08-26 11:22:13 -07:00
2014-08-18 01:01:10 -07:00
2014-08-15 09:36:51 -07:00
2014-08-12 12:29:48 -07:00
2014-05-14 10:31:44 -07:00
2014-08-12 13:59:40 -07:00
2014-08-29 10:34:52 -07:00
2014-08-11 12:57:17 -07:00
2014-08-29 10:34:52 -07:00
2014-08-11 12:57:17 -07:00
2014-08-11 11:31:45 -07:00
2012-07-12 13:32:47 -07:00
2014-08-11 12:57:17 -07:00
2014-08-11 12:57:17 -07:00
2014-04-29 13:55:54 -07:00
2012-11-29 08:04:56 -08:00
2012-11-27 10:13:16 -08:00
2014-07-20 10:13:22 -07:00
2014-07-20 10:13:22 -07:00
2014-03-13 12:45:47 -07:00
2014-07-07 13:19:45 -07:00
2014-03-13 12:45:47 -07:00
2014-07-07 13:19:45 -07:00
2014-08-29 10:34:52 -07:00
2014-08-29 10:34:52 -07:00
2014-03-13 12:45:22 -07:00
2014-07-07 13:19:45 -07:00
2014-07-07 13:19:45 -07:00
2014-08-29 10:34:52 -07:00
2014-08-29 10:34:52 -07:00
2014-08-13 14:26:37 -07:00
2014-08-13 12:48:07 -07:00
2014-07-11 04:19:29 -07:00
2014-07-21 14:19:06 -07:00
2014-08-29 16:15:44 -07:00
2014-08-29 16:15:44 -07:00
2011-10-27 09:39:24 -07:00
2014-04-04 13:51:32 -07:00
2014-04-03 07:53:48 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2012-09-05 10:35:20 -07:00
2014-05-29 23:48:41 -07:00
2014-02-19 14:01:05 -08:00
2013-11-25 23:38:59 -08:00
2012-05-02 17:08:02 -07:00
2013-12-17 13:16:39 -08:00
2014-08-20 10:25:35 -07:00
2014-08-29 16:32:21 -07:00
2014-08-29 16:32:21 -07:00
2014-08-29 13:20:27 -07:00
2014-08-18 01:01:10 -07:00
2014-04-03 11:51:54 -07:00
2014-01-23 08:41:05 -08:00
2014-06-30 08:47:33 -07:00
2014-06-30 08:47:33 -07:00
2014-05-30 10:06:10 -07:00
2013-06-10 13:48:12 -07:00
2014-06-26 07:41:25 -07:00
2014-06-26 07:41:25 -07:00
2013-12-13 08:35:15 -08:00
2013-12-13 08:35:15 -08:00
2014-06-26 16:46:36 -07:00
2013-12-17 15:08:38 -08:00
2014-02-12 10:21:06 -08:00
2012-09-07 10:48:43 -07:00
2014-05-05 08:36:36 +09:00
2014-05-29 14:59:37 -07:00
2014-05-29 14:59:37 -07:00
2014-05-29 14:59:37 -07:00
2014-05-29 23:35:30 -07:00
2012-07-26 16:21:48 -07:00
2014-03-30 06:18:43 -07:00
2012-05-02 17:08:02 -07:00
2013-01-16 16:03:55 -08:00
2014-05-22 09:39:49 -07:00
2014-08-29 16:15:44 -07:00
2014-02-04 08:30:00 -08:00
2014-02-04 08:30:00 -08:00
2013-06-28 16:09:38 -07:00
2011-12-10 16:00:58 -08:00
2011-12-10 16:00:58 -08:00
2014-01-13 13:25:57 -08:00
2011-12-10 16:00:58 -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
2013-01-16 16:03:37 -08: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
2013-02-14 09:35:39 -08:00
2013-02-14 09:35:39 -08:00
2014-07-17 10:30:33 -07:00
2014-07-17 10:30:33 -07:00
2014-08-07 16:25:05 -07:00
2014-06-11 13:53:29 -07:00
2014-05-28 08:34:28 -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
2013-11-02 21:06:45 -07:00
2010-08-19 09:42:14 -07:00
2010-08-19 09:42:14 -07:00
2010-04-12 11:03:32 -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-02-25 13:47:57 -08:00
2014-06-30 08:47:33 -07:00
2014-02-25 13:47:57 -08:00
2012-05-02 17:08:02 -07:00
2014-04-22 15:16:40 -07:00
2014-07-28 09:20:24 -07:00
2012-05-02 17:08:02 -07:00
2014-07-22 15:59:36 -07:00
2014-02-06 16:08:34 -08:00
2014-06-24 09:35:43 -07:00
2014-02-06 16:08:34 -08: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
2013-01-16 16:03:37 -08:00
2012-05-02 17:08:02 -07:00
2013-09-13 09:11:46 -07:00
2012-05-02 17:08:02 -07:00
2012-02-02 16:24:05 -08:00
2013-09-26 12:40:49 -07:00
2013-09-26 12:40:49 -07:00
2013-07-29 15:24:45 -07:00
2013-07-29 15:24:45 -07:00
2014-08-29 10:34:53 -07:00
2014-06-13 11:31:17 -07:00
2012-06-21 08:00:07 -07:00
2012-06-21 08:00:07 -07:00
2012-05-02 17:08:02 -07:00
2013-08-27 22:06:02 -07:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2010-04-12 11:03:32 -07:00
2014-07-22 15:59:36 -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
2014-04-22 15:16:40 -07:00
2014-02-06 16:08:34 -08:00
2014-05-12 08:44:21 -07:00
2014-03-30 06:18:43 -07:00
2014-03-30 06:18:43 -07:00
2014-02-27 14:09:46 -08:00
2012-05-02 17:08:02 -07:00
2012-05-02 17:08:02 -07:00
2014-04-10 08:08:13 -07:00
2013-06-25 14:00:58 -07:00
2010-06-29 14:29:40 -07:00
2014-01-24 07:59:02 -08:00
2014-01-21 09:55:30 -08:00
2014-05-19 15:24:24 -07:00
2014-04-28 09:09:04 -07:00
2012-03-19 10:52:53 -07:00
2013-10-17 15:09:12 -07:00