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 00:43:06 +0000 (17:43 -0700)
commit6f00e29b8b3f6996eceffc57b47bf707589d8335
tree5eb09255adc19b338b16ff97fe239fad7e2cfebf
parent97f63e57a8f31952107e23d164b9347eda2ddc98
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