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

#include <aio.h>

Data Fields

void(* reopen )(PgAioHandle *ioh)
 
char *(* describe_identity )(const PgAioTargetData *sd)
 
const char * name
 

Detailed Description

Definition at line 157 of file aio.h.

Field Documentation

◆ describe_identity

char *(* PgAioTargetInfo::describe_identity) (const PgAioTargetData *sd)

Definition at line 166 of file aio.h.

Referenced by pgaio_io_get_target_description().

◆ name

const char* PgAioTargetInfo::name

Definition at line 169 of file aio.h.

Referenced by pgaio_io_get_target_name().

◆ reopen

void(* PgAioTargetInfo::reopen) (PgAioHandle *ioh)

Definition at line 163 of file aio.h.

Referenced by pgaio_io_can_reopen(), and pgaio_io_reopen().


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