Allow mixed settings auto and fixed values for parameter and inside tuningdb for loops and accel

This commit is contained in:
Jens Steube
2016-02-19 18:58:03 +01:00
parent 14fe45b1f0
commit 96bde85378
4 changed files with 736 additions and 1395 deletions
+1
View File
@@ -1296,6 +1296,7 @@ uint count_lines (FILE *fd);
void *rulefind (const void *key, void *base, int nmemb, size_t size, int (*compar) (const void *, const void *));
int sort_by_u32 (const void *p1, const void *p2);
int sort_by_mtime (const void *p1, const void *p2);
int sort_by_cpu_rule (const void *p1, const void *p2);
int sort_by_kernel_rule (const void *p1, const void *p2);