summaryrefslogtreecommitdiff
path: root/lib/object-collection.h
Commit message (Collapse)AuthorAgeFilesLines
* object-collection: Remove access to stub.Jarno Rajahalme2016-08-301-5/+0
| | | | | | | Better not use access to the *_collection_stub(), as it is an internal implementation detail. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
* ofproto: Add generic non-intrusive object_collection.Jarno Rajahalme2016-07-291-0/+96
Define rule_collection in terms of a new object_collection. This makes it easier to add other types of collections later. This patch makes no functional changes. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>