http: use credential API to get passwords
[gitweb.git] / pack.h
diff --git a/pack.h b/pack.h
index dddafdd160a9ea18a627e24a5c29458e0805c132..722a54e00a2cb7d9514c12f799fb1ec15930cf5d 100644 (file)
--- a/pack.h
+++ b/pack.h
@@ -41,6 +41,14 @@ struct pack_idx_option {
 
        uint32_t version;
        uint32_t off32_limit;
+
+       /*
+        * List of offsets that would fit within off32_limit but
+        * need to be written out as 64-bit entity for byte-for-byte
+        * verification.
+        */
+       int anomaly_alloc, anomaly_nr;
+       uint32_t *anomaly;
 };
 
 extern void reset_pack_idx_option(struct pack_idx_option *);