ofproto-dpif: Use ofproto_receive() in update_stats().
authorEthan Jackson <ethan@nicira.com>
Fri, 25 Jan 2013 04:07:51 +0000 (20:07 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 28 Jan 2013 21:15:46 +0000 (13:15 -0800)
commit58c6adda89411391d076ee45e503c2788c61ebf5
treea126af7e4f06b778ab8c055073602439965546e5
parent11e26106204de5974af1060a9e25be033bc1a375
ofproto-dpif: Use ofproto_receive() in update_stats().

This removes a bit of duplicate code, and will be necessary to
support future patches.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c