diff options
author | Vicent Marti <tanoku@gmail.com> | 2013-04-23 20:42:29 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-04-23 20:42:29 +0200 |
commit | a2378ae4fee55c95eb9a1f6b44f5a837d39fa724 (patch) | |
tree | 139b65ce2233974c281bbd25af1b32ef0b9dc53c /include/git2/common.h | |
parent | 920cbc9846c526958f6b4a7f914bdde2da1d34ec (diff) | |
download | libgit2-vmg/atomic64.tar.gz |
opts: Add getter for cached memoryvmg/atomic64
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 3 |
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 }; /** |