]> git.ipfire.org Git - thirdparty/curl.git/commit
asyn-thread: avoid the separate curl_mutex_t alloc
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2025 16:22:36 +0000 (17:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Feb 2025 21:13:56 +0000 (22:13 +0100)
commit2ee754d830da084c386d1f1778de5e00fb1c348e
tree9a4c4cd851e16d8d886154074a146dcb422e53d5
parentb4538ec5229d716baa5e09b0f41b77c08c849c04
asyn-thread: avoid the separate curl_mutex_t alloc

Just make it a part of the thread_sync_data struct.

Closes #16323
lib/asyn-thread.c
lib/asyn.h