]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Move stuff between cache_setup() and cache_prepare()
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 14 Oct 2024 23:07:49 +0000 (17:07 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 14 Oct 2024 23:09:47 +0000 (17:09 -0600)
commit385f716a8d40214985edecab49a54519bc6a3d3b
treed93848fff3015f1f1c9b705387b2ec3050287b63
parent0bcb490bbf9635e884901efef3b69dea412a8d0b
Move stuff between cache_setup() and cache_prepare()

The former is intended for stuff that needs to be done once,
the latter sets up a single validation cycle.
src/cache.c
src/cache.h
src/object/tal.c
test/object/tal_test.c