Rizin
unix-like reverse engineering framework and cli tools
uv__io_s Struct Reference

#include <unix.h>

Public Attributes

uv__io_cb cb
 
void * pending_queue [2]
 
void * watcher_queue [2]
 
unsigned int pevents
 
unsigned int events
 
int fd
 

Detailed Description

Definition at line 96 of file unix.h.

Member Data Documentation

◆ cb

uv__io_cb uv__io_s::cb

Definition at line 97 of file unix.h.

◆ events

unsigned int uv__io_s::events

Definition at line 101 of file unix.h.

◆ fd

int uv__io_s::fd

Definition at line 102 of file unix.h.

◆ pending_queue

void* uv__io_s::pending_queue[2]

Definition at line 98 of file unix.h.

◆ pevents

unsigned int uv__io_s::pevents

Definition at line 100 of file unix.h.

◆ watcher_queue

void* uv__io_s::watcher_queue[2]

Definition at line 99 of file unix.h.


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