PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PgAioCtl Struct Reference

#include <aio_internal.h>

Data Fields

int backend_state_count
 
PgAioBackendbackend_state
 
uint32 iovec_count
 
struct iovec * iovecs
 
uint64handle_data
 
uint32 io_handle_count
 
PgAioHandleio_handles
 

Detailed Description

Definition at line 218 of file aio_internal.h.

Field Documentation

◆ backend_state

PgAioBackend* PgAioCtl::backend_state

Definition at line 221 of file aio_internal.h.

Referenced by AioShmemInit(), and pgaio_init_backend().

◆ backend_state_count

int PgAioCtl::backend_state_count

Definition at line 220 of file aio_internal.h.

◆ handle_data

uint64* PgAioCtl::handle_data

◆ io_handle_count

uint32 PgAioCtl::io_handle_count

Definition at line 240 of file aio_internal.h.

Referenced by AioShmemInit(), pgaio_io_from_wref(), and pgaio_io_get_id().

◆ io_handles

◆ iovec_count

uint32 PgAioCtl::iovec_count

Definition at line 228 of file aio_internal.h.

Referenced by AioShmemInit().

◆ iovecs

struct iovec* PgAioCtl::iovecs

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