vswitchd: Consistently use size_t for action lengths.
authorJesse Gross <jesse@nicira.com>
Sun, 12 Dec 2010 06:51:31 +0000 (22:51 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 19:07:15 +0000 (11:07 -0800)
commitcf22f8cba328c0fb47a7e6811563f773fc232904
tree364ba6bdbe4d3568b9fa2d380517c1220fe7d37a
parentdd2cb550e56ddc937b917e29a5ccdb920787c7ef
vswitchd: Consistently use size_t for action lengths.

Currently the type of the datapath action length is mixture of
size_t and unsigned int.  However, size_t is really defined as an
unsigned long, which causes the build to fail on 64-bit platforms.
This consistently uses size_t.
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif.c
lib/odp-util.c
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto.c
vswitchd/bridge.c