summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-01 19:53:49 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-22 16:50:50 +0200
commit6b90e244de78640b751d0923c91c3868e12b8658 (patch)
tree679d7581221925c001fd6755c0460032d814f51b /src/cache.h
parent5df184241a6cfe88ac5ebcee9a3ad175abfca0cd (diff)
downloadlibgit2-6b90e244de78640b751d0923c91c3868e12b8658.tar.gz
Per-object filtering
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index f30af9c3e..3461ff7d5 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -23,7 +23,8 @@ enum {
typedef struct {
git_oid oid;
git_atomic refcount;
- uint32_t flags;
+ uint16_t flags;
+ uint16_t lru;
} git_cached_obj;
typedef struct {