summaryrefslogtreecommitdiff
path: root/src/odb.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-07-30 11:37:12 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-07-30 11:37:12 -0400
commite5975f36d7f00cb5bca7b2532bfcfb3130d2a069 (patch)
treea658987a45c6409f03b76ffd31bdf41017572566 /src/odb.h
parente87bcb3d770316fcb59f35d0aa6919c14a2a0eaa (diff)
downloadlibgit2-ethomson/odb_tests_priority.tar.gz
tests: reset odb backend priorityethomson/odb_tests_priority
Diffstat (limited to 'src/odb.h')
-rw-r--r--src/odb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/odb.h b/src/odb.h
index 5bebb6edc..4a8ebff19 100644
--- a/src/odb.h
+++ b/src/odb.h
@@ -24,6 +24,9 @@
#define GIT_OBJECT_DIR_MODE 0777
#define GIT_OBJECT_FILE_MODE 0444
+#define GIT_ODB_DEFAULT_LOOSE_PRIORITY 1
+#define GIT_ODB_DEFAULT_PACKED_PRIORITY 2
+
extern bool git_odb__strict_hash_verification;
/* DO NOT EXPORT */