summaryrefslogtreecommitdiff
path: root/src/basic/ordered-set.c
AgeCommit message (Collapse)Author
2016-01-26networkd: use an OrderedSet instead of Set to collect link domainsLennart Poettering
For the search domain logic the order is highly relevant, hence make sure when collecting the various search domains to add them to an ordered set, so that the order between search domains of a specific link is retained.