PostgreSQL Source Code git master
|
#include <aio.h>
Data Fields | |
void(* | reopen )(PgAioHandle *ioh) |
char *(* | describe_identity )(const PgAioTargetData *sd) |
const char * | name |
char *(* PgAioTargetInfo::describe_identity) (const PgAioTargetData *sd) |
Definition at line 166 of file aio.h.
Referenced by pgaio_io_get_target_description().
const char* PgAioTargetInfo::name |
Definition at line 169 of file aio.h.
Referenced by pgaio_io_get_target_name().
void(* PgAioTargetInfo::reopen) (PgAioHandle *ioh) |
Definition at line 163 of file aio.h.
Referenced by pgaio_io_can_reopen(), and pgaio_io_reopen().