chiark / gitweb /
journal: bring mmap cache prototype in sync
authorLennart Poettering <lennart@poettering.net>
Fri, 21 Sep 2012 22:16:13 +0000 (00:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Sep 2012 22:16:13 +0000 (00:16 +0200)
src/journal/mmap-cache.h

index de34634080405859cab6384629dab9d519f3efda..0c42fb88e6ebbbfcd97f4fb57dd073c524e58b38 100644 (file)
@@ -31,6 +31,6 @@ MMapCache* mmap_cache_new(void);
 MMapCache* mmap_cache_ref(MMapCache *m);
 MMapCache* mmap_cache_unref(MMapCache *m);
 
-int mmap_cache_get(MMapCache *m, int fd, int prot, unsigned context, bool keep_always, uint64_t offset, uint64_t size, struct stat *st, void **ret);
+int mmap_cache_get(MMapCache *m, int fd, int prot, unsigned context, bool keep_always, uint64_t offset, size_t size, struct stat *st, void **ret);
 void mmap_cache_close_fd(MMapCache *m, int fd);
 void mmap_cache_close_context(MMapCache *m, unsigned context);