join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::IoOperation::MsgData Struct Reference

payload for sendmsg / recvmsg. More...

#include <io_operation.hpp>

Public Attributes

int fd
 file descriptor.
 
msghdr * msg
 message header.
 
int flags
 sendmsg / recvmsg flags.
 

Detailed Description

payload for sendmsg / recvmsg.

Member Data Documentation

◆ fd

int join::IoOperation::MsgData::fd

file descriptor.

◆ flags

int join::IoOperation::MsgData::flags

sendmsg / recvmsg flags.

◆ msg

msghdr* join::IoOperation::MsgData::msg

message header.


The documentation for this struct was generated from the following file: