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

payload for recv / send. More...

#include <io_operation.hpp>

Public Attributes

int fd
 file descriptor.
 
void * buf
 buffer.
 
unsigned long len
 number of bytes to transfer.
 
int flags
 send / recv flags.
 

Detailed Description

payload for recv / send.

Member Data Documentation

◆ buf

void* join::IoOperation::StreamData::buf

buffer.

◆ fd

int join::IoOperation::StreamData::fd

file descriptor.

◆ flags

int join::IoOperation::StreamData::flags

send / recv flags.

◆ len

unsigned long join::IoOperation::StreamData::len

number of bytes to transfer.


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