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

#include <aio.h>

Data Fields

PgAioHandleCallbackStage stage
 
PgAioHandleCallbackComplete complete_shared
 
PgAioHandleCallbackComplete complete_local
 
PgAioHandleCallbackReport report
 

Detailed Description

Definition at line 202 of file aio.h.

Field Documentation

◆ complete_local

PgAioHandleCallbackComplete PgAioHandleCallbacks::complete_local

Definition at line 240 of file aio.h.

Referenced by pgaio_io_call_complete_local(), and pgaio_io_register_callbacks().

◆ complete_shared

PgAioHandleCallbackComplete PgAioHandleCallbacks::complete_shared

Definition at line 228 of file aio.h.

Referenced by pgaio_io_call_complete_shared().

◆ report

PgAioHandleCallbackReport PgAioHandleCallbacks::report

Definition at line 247 of file aio.h.

Referenced by pgaio_result_report().

◆ stage

PgAioHandleCallbackStage PgAioHandleCallbacks::stage

Definition at line 208 of file aio.h.

Referenced by pgaio_io_call_stage().


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