]> git.ipfire.org Git - thirdparty/systemd.git/commit
hashmap: don't allow hashmap_type_info table to be optimized away
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Sep 2019 14:19:47 +0000 (16:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 30 May 2020 09:40:37 +0000 (11:40 +0200)
commit43874aa7bb6cf04d8bdc3593b2af05be1e1e97b7
tree45d47803479d7fe801e2c7a440e4342f092853ad
parentc544fc319c53a07f108dbfe62468b11909ca96d9
hashmap: don't allow hashmap_type_info table to be optimized away

This makes debugging hashmaps harder, because we can't query the size.  Make
sure that table is always present.
src/basic/hashmap.c