Handle blocking with unused input in librsync

This commit is contained in:
Kovid Goyal
2021-09-18 13:08:53 +05:30
parent cf517effb3
commit 77508bfe0d
3 changed files with 15 additions and 6 deletions

View File

@@ -27,5 +27,5 @@ def make_hash_table(sig: SignatureCapsule) -> None:
pass
def iter_job(job_capsule: JobCapsule, input_data: bytes, eof: Optional[bool] = None) -> Tuple[bytes, bool]:
def iter_job(job_capsule: JobCapsule, input_data: bytes, eof: Optional[bool] = None) -> Tuple[bytes, bool, int]:
pass