ofproto-dpif: Hide struct rule_dpif internally.
authorEthan Jackson <ethan@nicira.com>
Tue, 27 Aug 2013 20:17:11 +0000 (13:17 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 4 Sep 2013 22:57:06 +0000 (15:57 -0700)
commita07dfd5d746ad984f7541f84628f884419314c4b
treebfef945650db214c95e2602fb7c8a970f01f9a0b
parent059ba5813e9e711b1a0dbc34ea7cbe9d360e31a6
ofproto-dpif: Hide struct rule_dpif internally.

By hiding struct rule_dpif inside ofproto-dpif, it becomes very clear
which attributes are accessed by multiple threads and need to be
protected by locks.

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