flow: Get rid of flow_t typedef.
authorBen Pfaff <blp@nicira.com>
Fri, 3 Sep 2010 18:30:02 +0000 (11:30 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 20:31:43 +0000 (13:31 -0700)
commitae412e7dd89489911a32c6723d4109c6d1de3a38
tree1aa64f35d115f7ae8c7cf925a0144d5acae28a8d
parent14608a1539b73f8f9812e0e791adb60825fee38b
flow: Get rid of flow_t typedef.

When userspace and the kernel were using the same structure for flows,
flow_t was a useful way to indicate that a structure was really a userspace
flow instead of a kernel one, but now it's better to just write "struct
flow" for consistency, since OVS doesn't use typedefs for structs
elsewhere.

Acked-by: Jesse Gross <jesse@nicira.com>
19 files changed:
lib/classifier.c
lib/classifier.h
lib/dhcp-client.c
lib/dpif-netdev.c
lib/flow.c
lib/flow.h
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/fail-open.c
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto-sflow.c
ofproto/ofproto.c
ofproto/ofproto.h
tests/test-classifier.c
tests/test-flows.c
vswitchd/bridge.c