From 4a280a7e78e633bd57cd1d5e6333d8fa29906e42 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 8 Apr 2015 17:22:15 +0200 Subject: util: add minimal OrderedSet type OrderedSet implements a Set-like structure, but maintains insertion ordered. It is hence to Set what OrderedHashmap is for Hashmap. Internally, this is only a wrapper around OrderedHashmap for now, but this could one day be improved and be added to hashmap.c natively. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a575af6735..0a57389447 100644 --- a/Makefile.am +++ b/Makefile.am @@ -792,6 +792,7 @@ libsystemd_shared_la_SOURCES = \ src/shared/siphash24.c \ src/shared/siphash24.h \ src/shared/set.h \ + src/shared/ordered-set.h \ src/shared/fdset.c \ src/shared/fdset.h \ src/shared/prioq.c \ -- cgit v1.2.3-54-g00ecf