From: Breno Leitao <[email protected]> Date: Mon, 07 Apr 2025 06:40:43 -0700 > The msg_data_left() function doesn't modify the struct msghdr parameter, > so mark it as const. This allows the function to be used with const > references, improving type safety and making the API more flexible. > > Signed-off-by: Breno Leitao <[email protected]>
Reviewed-by: Kuniyuki Iwashima <[email protected]>
