chiark / gitweb /
readahead: Add tool to analyze the contents of the pack file. v3.
[elogind.git] / src / readahead / readahead-common.h
index 9962dd527a242a37e2226fa56628ae7553eddade..3056a02485f82f2bc6019c369b313c46c350042a 100644 (file)
@@ -29,6 +29,8 @@
 
 #define READAHEAD_FILE_SIZE_MAX (10*1024*1024)
 
+#define READAHEAD_PACK_FILE_VERSION ";VERSION=2\n"
+
 int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st);
 
 int fs_on_ssd(const char *p);