]> git.ipfire.org Git - thirdparty/strongswan.git/commit
hashlist: Move get_match() and sorting into a separate class
authorTobias Brunner <tobias@strongswan.org>
Fri, 24 Apr 2020 11:41:53 +0000 (13:41 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 20 Jul 2020 11:50:11 +0000 (13:50 +0200)
commitd9944102f53ae4a48c03be89fa1da0544df518b9
treeb9a664fa85c94b9f0100133ef1a3a79af21f59a3
parent4334f61284b18a539d6b900f67955134078224fe
hashlist: Move get_match() and sorting into a separate class

The main intention here is that we can change the hashtable_t
implementation without being impeded by the special requirements imposed
by get_match() and sorting the keys/items in buckets.
src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c
src/libcharon/plugins/kernel_pfroute/kernel_pfroute_net.c
src/libstrongswan/collections/hashtable.c
src/libstrongswan/collections/hashtable.h
src/libstrongswan/plugins/plugin_loader.c
src/libstrongswan/tests/suites/test_hashtable.c