From 6624768c9c39ab409edebe07cb06ecd93cc6f3ed Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 26 Sep 2010 15:50:14 +0200 Subject: readahead: add interface to sd-daemon.[ch] to control readahead --- src/readahead-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/readahead-common.h') diff --git a/src/readahead-common.h b/src/readahead-common.h index c7fd713e13..3f64f290a9 100644 --- a/src/readahead-common.h +++ b/src/readahead-common.h @@ -32,4 +32,6 @@ int fs_on_ssd(const char *p); bool enough_ram(void); +int open_inotify(void); + #endif -- cgit v1.2.3-54-g00ecf