chiark / gitweb /
readahead: disable on low memory machines
[elogind.git] / src / readahead-common.h
index 5d8f1a34fa26b9e3e97988eaaeebd7149d0eaee3..d39dd5b41d7464b35e9f529c25109ae4fa5111cd 100644 (file)
@@ -31,4 +31,6 @@ int file_verify(int fd, const char *fn, struct stat *st);
 
 int fs_on_ssd(const char *p);
 
+bool enough_ram(void);
+
 #endif