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:49:02 +0000 (13:49 -0800)
commit6159be7cf661e74ff0428b885e56e52ed4944b40
tree2ed43961c657652d07472700fe10ecb161c592d3
parent2b0a8f8f665c499ad52e08c8d1b3cd1b71233b21
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