PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ShmemCallbacks Struct Reference

#include <shmem.h>

Data Fields

int flags
 
ShmemRequestCallback request_fn
 
ShmemInitCallback init_fn
 
ShmemAttachCallback attach_fn
 
voidopaque_arg
 

Detailed Description

Definition at line 122 of file shmem.h.

Field Documentation

◆ attach_fn

ShmemAttachCallback ShmemCallbacks::attach_fn

Definition at line 147 of file shmem.h.

Referenced by AioShmemAttach(), and CallShmemCallbacksAfterStartup().

◆ flags

int ShmemCallbacks::flags

Definition at line 125 of file shmem.h.

Referenced by RegisterShmemCallbacks().

◆ init_fn

ShmemInitCallback ShmemCallbacks::init_fn

Definition at line 139 of file shmem.h.

Referenced by AioShmemInit(), and CallShmemCallbacksAfterStartup().

◆ opaque_arg

void* ShmemCallbacks::opaque_arg

◆ request_fn

ShmemRequestCallback ShmemCallbacks::request_fn

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