summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-03 23:09:54 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-22 16:50:50 +0200
commitcf7850a4f70a1153ed640744750391d99000d546 (patch)
treed17ecf605d0ef52e55cbfbbaf3f3fb17263d013d /src/cache.h
parent8842c75f172ed94be4ad11521d4083e97d740785 (diff)
downloadlibgit2-cf7850a4f70a1153ed640744750391d99000d546.tar.gz
Duplicated type object
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cache.h b/src/cache.h
index 3633f62a7..d57f244dd 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -22,9 +22,9 @@ enum {
typedef struct {
git_oid oid;
- int32_t type;
+ int16_t type;
+ uint16_t flags;
size_t size;
- uint32_t flags;
git_atomic refcount;
} git_cached_obj;