]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Adapt to new auxiliary stack argument of `libuksched` API
authorSergiu Moga <sergiu@unikraft.io>
Sat, 9 Dec 2023 08:10:27 +0000 (10:10 +0200)
committerRazvan Deaconescu <razvand@unikraft.io>
Sat, 23 Dec 2023 13:05:07 +0000 (15:05 +0200)
commit8b09bf34de858995055455df0d4d70231ed7207d
tree45623d9cf0c6785984651b50f9f982dce6d36b3b
parentd6394f602406c6d2d9f29f865df0b26ab9ebbb87
Adapt to new auxiliary stack argument of `libuksched` API

Now all thread creation related functions also require an auxiliary
stack-related argument: either a pointer to it or its desired length.

Thus, provide argument 0 for length of auxiliary stack, allowing the
allocation to use the default length.

Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #41
threads.c