]> git.99rst.org Git - git.git/commit
trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
authorJeff Hostetler <redacted>
Mon, 24 Oct 2022 13:41:00 +0000 (13:41 +0000)
committerJunio C Hamano <redacted>
Mon, 24 Oct 2022 19:45:25 +0000 (12:45 -0700)
commit545ddca0c32cb3ccdffed4aa9f063c84b432940c
tree9be489a091818b25d5a72fe5f3cb754ca8bebda6
parentd420dda0576340909c3faff364cfbd1485f70376
trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx

Use "size_t" rather than "int" for the "alloc" and "nr_open_regions"
fields in the "tr2tls_thread_ctx".  These are used by ALLOC_GROW().

Signed-off-by: Jeff Hostetler <redacted>
Signed-off-by: Junio C Hamano <redacted>
trace2/tr2_tls.h
git clone https://git.99rst.org/PROJECT