POSIX-2024: support for MSG_CMSG_CLOEXEC and MSG_CMSG_CLOFORK
Change-Id: I55551860fb7dac5d0c11a6d4201502fff9ab2d13 Reviewed-on: https://review.haiku-os.org/c/haiku/+/9332 Reviewed-by: waddlesplash <[email protected]> Reviewed-by: Jérôme Duval <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
904fd2abf0
commit
396ebbc16f
@@ -102,7 +102,7 @@ struct net_protocol_module_info {
|
||||
ancillary_data_container* container, const cmsghdr* header);
|
||||
ssize_t (*process_ancillary_data)(net_protocol* self,
|
||||
const ancillary_data_container* container,
|
||||
void* buffer, size_t bufferSize);
|
||||
void* buffer, size_t bufferSize, int flags);
|
||||
ssize_t (*process_ancillary_data_no_container)(net_protocol* self,
|
||||
net_buffer* buffer, void* data, size_t bufferSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user