summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-04-23 11:48:12 -0700
committerVicent Martí <vicent@github.com>2013-04-23 11:48:12 -0700
commit7915e6cc66a28d0767fc9899e58b2ca544ee12d0 (patch)
tree9ab7355df505fcb0b9c2b210212321b752f0ec12 /include/git2
parent6c9dc12b6a86290af63ed11f1209ebad91e3e1ca (diff)
parenta2378ae4fee55c95eb9a1f6b44f5a837d39fa724 (diff)
downloadlibgit2-7915e6cc66a28d0767fc9899e58b2ca544ee12d0.tar.gz
Merge pull request #1498 from libgit2/vmg/atomic64
64 bit atomic operations and shared cache memory usage
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/common.h b/include/git2/common.h
index ccd252fda..6101e13bc 100644
--- a/include/git2/common.h
+++ b/include/git2/common.h
@@ -133,7 +133,8 @@ enum {
GIT_OPT_SET_SEARCH_PATH,
GIT_OPT_SET_CACHE_OBJECT_LIMIT,
GIT_OPT_SET_CACHE_MAX_SIZE,
- GIT_OPT_ENABLE_CACHING
+ GIT_OPT_ENABLE_CACHING,
+ GIT_OPT_GET_CACHED_MEMORY
};
/**