]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: track dirty state in HashmapBase
authorVito Caputo <vcaputo@pengaru.com>
Sun, 8 Oct 2017 23:28:04 +0000 (16:28 -0700)
committerVito Caputo <vcaputo@pengaru.com>
Sat, 27 Jan 2018 00:04:35 +0000 (16:04 -0800)
commit84dcca75b4a2c2274e220a1131ab9104c739d356
tree7a13722b1325a93c7e2fec5e744748e1d0215e52
parent9d4f242a5322cd055201b8f7d127db77870b5b2e
basic: track dirty state in HashmapBase

This only adds marking the HashmapBase as dirty, no clearing of
the dirty state happens yet.

No functional changes.
src/basic/hashmap.c