X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fclassifier.h;h=0e39012b83b83ba66e624eb6ec89358c985434de;hb=b2f2acd543f159ba984a00059892917933612a10;hp=00848f8ed88c5f32071adad75597fbd8ace76c19;hpb=c906cedf2ec50baf1cb78a0c3b7f7eb016418ed2;p=sliver-openvswitch.git diff --git a/lib/classifier.h b/lib/classifier.h index 00848f8ed..0e39012b8 100644 --- a/lib/classifier.h +++ b/lib/classifier.h @@ -164,7 +164,7 @@ struct cls_partition { struct hmap_node hmap_node; /* In struct classifier's 'partitions' hmap. */ ovs_be64 metadata; /* metadata value for this partition. */ tag_type tags; /* OR of each included flow's cls_table tag. */ - unsigned int n_refs; /* # of flows that refer to this partition. */ + struct tag_tracker tracker; /* Tracks the bits in 'tags'. */ }; void cls_rule_init(struct cls_rule *, const struct match *,