X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=repository.h;h=4fb6a5885f794dea9ff7a1ecf37f27bc34e4d218;hb=764bd200e1077b44f291973a623debccf151fcb2;hp=8981649d43736ee283fcd23cd3185288252d5357;hpb=2d08f3deb9feb73dc8d21d75bfd367839fc1322c;p=thirdparty%2Fgit.git diff --git a/repository.h b/repository.h index 8981649d43..4fb6a5885f 100644 --- a/repository.h +++ b/repository.h @@ -92,6 +92,9 @@ struct repository { /* Repository's current hash algorithm, as serialized on disk. */ const struct git_hash_algo *hash_algo; + /* A unique-id for tracing purposes. */ + int trace2_repo_id; + /* Configurations */ /* Indicate if a repository has a different 'commondir' from 'gitdir' */