chiark / gitweb /
journal: add superficial structure verifier
[elogind.git] / src / journal / mmap-cache.h
index 0a88fc584fd3d6f733f6b6175ce2130efd787e32..984b7599608566fd125844e1bad19fc8a18ef327 100644 (file)
@@ -31,4 +31,5 @@ MMapCache* mmap_cache_unref(MMapCache *m);
 
 int mmap_cache_get(MMapCache *m, int fd, int prot, unsigned context, uint64_t offset, uint64_t size, void **ret);
 void mmap_cache_close_fd(MMapCache *m, int fd);
+void mmap_cache_close_fd_range(MMapCache *m, int fd, uint64_t range);
 void mmap_cache_close_context(MMapCache *m, unsigned context);