dpif-netdev: Break actions out into new struct dp_netdev_actions.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Jan 2014 22:37:13 +0000 (14:37 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 01:13:31 +0000 (17:13 -0800)
commita84cb64a9ec67e0a02ce91abdf902ff1d91ef59c
tree3ee910843e939569aa55d112dbd54bd2bffff411
parent6a8267c5b79ab014b9c3f6fa5d34dfb65d599700
dpif-netdev: Break actions out into new struct dp_netdev_actions.

This is analogous to the split between rule and rule_actions in
ofproto.  As there, it will allow retaining a reference to a rule's
actions, while processing them, without having to retain a reference
to the rule itself.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c