|
PostgreSQL Source Code git master
|
#include <shmem.h>
Data Fields | |
| int | flags |
| ShmemRequestCallback | request_fn |
| ShmemInitCallback | init_fn |
| ShmemAttachCallback | attach_fn |
| void * | opaque_arg |
| ShmemAttachCallback ShmemCallbacks::attach_fn |
Definition at line 147 of file shmem.h.
Referenced by AioShmemAttach(), and CallShmemCallbacksAfterStartup().
| int ShmemCallbacks::flags |
Definition at line 125 of file shmem.h.
Referenced by RegisterShmemCallbacks().
| ShmemInitCallback ShmemCallbacks::init_fn |
Definition at line 139 of file shmem.h.
Referenced by AioShmemInit(), and CallShmemCallbacksAfterStartup().
| void* ShmemCallbacks::opaque_arg |
Definition at line 153 of file shmem.h.
Referenced by AioShmemAttach(), AioShmemInit(), AioShmemRequest(), CallShmemCallbacksAfterStartup(), and ShmemCallRequestCallbacks().
| ShmemRequestCallback ShmemCallbacks::request_fn |
Definition at line 133 of file shmem.h.
Referenced by AioShmemRequest(), CallShmemCallbacksAfterStartup(), and ShmemCallRequestCallbacks().