]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
streaming: make the `odb_read_stream` definition public
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:39 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:45 +0000 (12:56 -0800)
commitffc9a3448500caa50766876ef2169e0f26ad3b3c
tree92859ddc1042c7119d12a432526b7e675253727b
parentc26da3446e98ad4aa98ec9154c70c6fd35cb9ad6
streaming: make the `odb_read_stream` definition public

Subsequent commits will move the backend-specific logic of setting up an
object read stream into the specific subsystems. As the backends are now
the ones that are responsible for allocating the stream they'll need to
have the stream definition available to them.

Make the stream definition public to prepare for this.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
streaming.c
streaming.h