summaryrefslogtreecommitdiff
path: root/src/readahead/readahead-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/readahead/readahead-common.h')
-rw-r--r--src/readahead/readahead-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/readahead/readahead-common.h b/src/readahead/readahead-common.h
index b4eab71b1a..9962dd527a 100644
--- a/src/readahead/readahead-common.h
+++ b/src/readahead/readahead-common.h
@@ -45,6 +45,9 @@ typedef struct ReadaheadShared {
ReadaheadShared *shared_get(void);
-int bump_request_nr(const char *p);
+int block_bump_request_nr(const char *p);
+
+int block_get_readahead(const char *p, uint64_t *bytes);
+int block_set_readahead(const char *p, uint64_t bytes);
#endif