ofproto: Break actions out of rule into new rule_actions structure.
authorBen Pfaff <blp@nicira.com>
Mon, 9 Sep 2013 20:05:52 +0000 (13:05 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 04:18:44 +0000 (21:18 -0700)
commit5fd1c0ed4efdb8342e14fd101b1c62a18b4d00d4
tree65a392897f729a3e455d4647927e4ef0b30d5687
parent225f486a74ecaac798386ca8bd676dde9b9dcac8
ofproto: Break actions out of rule into new rule_actions structure.

This permits code to ensure long-term access to a rule's actions
without holding a long-term lock on the rule's rwlock.

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