PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgAioOpData Union Reference

#include <aio.h>

Data Fields

struct { 
 
   int   fd 
 
   uint16   iov_length 
 
   uint64   offset 
 
read 
 
struct { 
 
   int   fd 
 
   uint16   iov_length 
 
   uint64   offset 
 
write 
 

Detailed Description

Definition at line 134 of file aio.h.

Field Documentation

◆ fd

int PgAioOpData::fd

Definition at line 138 of file aio.h.

◆ iov_length

uint16 PgAioOpData::iov_length

Definition at line 139 of file aio.h.

◆ offset

uint64 PgAioOpData::offset

Definition at line 140 of file aio.h.

◆ [struct]

struct { ... } PgAioOpData::read

◆ [struct]

struct { ... } PgAioOpData::write

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