aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-14 02:08:48 -0700
committerJunio C Hamano <junkio@cox.net>2007-03-14 02:08:48 -0700
commitc49b260e99d3e0fdd5d84615091ebb969adef5b2 (patch)
tree55445b772247ab3a25342a64a75380e60f4bc3db /cache.h
parentc1f5086e23e97cdb8c913c10ff273e6cff913d52 (diff)
parentb867092fec81c59a35337d24d2d976ab2acc2488 (diff)
downloadgit-c49b260e99d3e0fdd5d84615091ebb969adef5b2.tar.gz
git-c49b260e99d3e0fdd5d84615091ebb969adef5b2.tar.xz
Merge branch 'jc/repack'
* jc/repack: prepare_packed_git(): sort packs by age and localness.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index faed2a899..a4762eda5 100644
--- a/cache.h
+++ b/cache.h
@@ -372,6 +372,7 @@ extern struct packed_git {
struct packed_git *next;
struct pack_window *windows;
uint32_t *index_base;
+ time_t mtime;
off_t index_size;
off_t pack_size;
int pack_fd;