ofproto-dpif: Pass around "facet" in flow_push_stats().
authorJustin Pettit <jpettit@nicira.com>
Tue, 19 Feb 2013 19:42:54 +0000 (11:42 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 6 Mar 2013 21:45:55 +0000 (13:45 -0800)
commitac35f9c8d84e1ce3d2ef2323e5e72fef61c9be8c
treeebd456c77c20b46dda30eea0832d968ed3ee2876
parentbd85dac14ed7fa42d5804592fd4e903826d9e899
ofproto-dpif: Pass around "facet" in flow_push_stats().

The flow_push_stats() function will need other members of the "facet"
structure in a future commit.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c