X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Freadahead%2Freadahead-common.h;h=9962dd527a242a37e2226fa56628ae7553eddade;hb=08231e5142bff7ace79957835656672ac100031b;hp=b4eab71b1a9f6ce703f490d26452a7bbf143c5e3;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/src/readahead/readahead-common.h b/src/readahead/readahead-common.h index b4eab71b1..9962dd527 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