X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=b2204232198def92b7e1b42db2c1ab0b6c52b6e8;hb=bbb8dee92d639331e8bd81823638267dcc895396;hp=3f0fd6e6b4f67158c18aedd6e249e4ab90b1d3cc;hpb=46c88433b341c4d982c10d9de5bf3330bbcd621d;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index 3f0fd6e6b..b22042321 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -47,8 +47,6 @@ struct rule_dpif { uint64_t byte_count; /* Number of bytes received. */ tag_type tag; /* Caches rule_calculate_tag() result. */ - - struct list facets; /* List of "struct facet"s. */ }; static inline struct rule_dpif *rule_dpif_cast(const struct rule *rule)