diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-07-16 01:51:04 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-07-16 01:51:04 +0000 |
| commit | d1c4602f80e395d1d6ab0453b8f0a6cc10aefadf (patch) | |
| tree | 9e1410955b66e99d2284b0baa207d32264669716 /src/cache/cache.c | |
| parent | 8b435b76d68dd8f11808f0cff4d8998d2be48f4c (diff) | |
| download | shibari-d1c4602f80e395d1d6ab0453b8f0a6cc10aefadf.tar.gz | |
Refactor dcache, add prep for shibari-cache
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/cache/cache.c')
| -rw-r--r-- | src/cache/cache.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cache/cache.c b/src/cache/cache.c new file mode 100644 index 0000000..8c820fb --- /dev/null +++ b/src/cache/cache.c @@ -0,0 +1,6 @@ +/* ISC license. */ + +#include <shibari/dcache.h> +#include "shibari-cache-internal.h" + +dcache_t cache = DCACHE_ZERO ; |
