ofproto: Shrink struct rule_actions slightly.
authorBen Pfaff <blp@nicira.com>
Wed, 28 May 2014 18:55:53 +0000 (11:55 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jun 2014 21:43:40 +0000 (14:43 -0700)
commit4c7562c5a43863a820702e160678aad625a28f62
tree71c87814ac2c0220e2d7b65ccb419d0ae6ce9554
parent834fe5cb997b5bbc6c63beedc2fc09381f14f0f1
ofproto: Shrink struct rule_actions slightly.

Nothing actually used 'provider_meter_id', but some code did want to know
whether there was a meter, so we can save a little space by using a bool
instead.  An upcoming commit will add a second bool member.  This change
allows that bool to be added without using extra space.

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