summaryrefslogtreecommitdiffabout
path: root/cgit.h
authorLars Hjemli <hjemli@gmail.com>2009-08-20 15:41:54 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-08-24 08:22:57 (UTC)
commitd746827ec43a6dd53bce56ee8d8100a03383329e (patch) (unidiff)
treef7d9e273672b7d0cf6c97bb40f7573a5d2ae178d /cgit.h
parent302a3efa261b1b6127b2a2189e25ab45019b1b54 (diff)
downloadcgit-d746827ec43a6dd53bce56ee8d8100a03383329e.zip
cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.gz
cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.bz2
cgit.c: add support for caching autodetected repositories
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index adb8da4..5659580 100644
--- a/cgit.h
+++ b/cgit.h
@@ -165,12 +165,13 @@ struct cgit_config {
165 char *virtual_root; 165 char *virtual_root;
166 int cache_size; 166 int cache_size;
167 int cache_dynamic_ttl; 167 int cache_dynamic_ttl;
168 int cache_max_create_time; 168 int cache_max_create_time;
169 int cache_repo_ttl; 169 int cache_repo_ttl;
170 int cache_root_ttl; 170 int cache_root_ttl;
171 int cache_scanrc_ttl;
171 int cache_static_ttl; 172 int cache_static_ttl;
172 int embedded; 173 int embedded;
173 int enable_index_links; 174 int enable_index_links;
174 int enable_log_filecount; 175 int enable_log_filecount;
175 int enable_log_linecount; 176 int enable_log_linecount;
176 int local_time; 177 int local_time;