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:55:55 +0000 (15:55 -0700)
commit70742c7f54e7f1477da81219b064f786656b4aba
treed4a7ea19321c59146fadfcdd43285a04e09a54be
parent8911c674fc310ef8767364e80c0128357e3d49d7
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