ofproto: Move function find_meter() into ofpacts as ofpacts_get_meter().
authorBen Pfaff <blp@nicira.com>
Sat, 7 Sep 2013 02:52:14 +0000 (19:52 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 00:43:05 +0000 (17:43 -0700)
commitd6fb622dcb9cb048b564621a73cf4165edc857ea
tree27bc384bfc30f83e9c5f41ca7cdcce5cab0e9c0e
parentb74cb5d8fd1bee5bb9c79d1f9c203db0b1557ab5
ofproto: Move function find_meter() into ofpacts as ofpacts_get_meter().

ofproto is too big anyway so we might as well move out code that can
reasonably live elsewhere.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/ofp-actions.c
lib/ofp-actions.h
ofproto/ofproto.c