]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Init basic cache structure on validation start
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 3 Oct 2023 18:52:51 +0000 (12:52 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 3 Oct 2023 19:59:06 +0000 (13:59 -0600)
commit0fed6d882be31017004bef1d2a75267213257d86
tree4bab839345b15799e2d0a1a071b92532e5f00e03
parentf59248e98ed8dbbd165d926d3c27b3bfc555dda0
Init basic cache structure on validation start

Perform a token attempt to create the cache directory, as well as a more
reasonable one to create its tmp/ subdirectory, whenever the validation
cycle begins.
src/cache/local_cache.c
src/cache/local_cache.h
src/common.c
src/data_structure/path_builder.c
src/http/http.c
src/rtr/db/vrps.c
test/cache/local_cache_test.c