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

Data Fields

int value
 
bool initialized
 
int attach_count
 

Detailed Description

Definition at line 27 of file test_shmem.c.

Field Documentation

◆ attach_count

int TestShmemData::attach_count

Definition at line 31 of file test_shmem.c.

Referenced by get_test_shmem_attach_count(), and test_shmem_attach().

◆ initialized

bool TestShmemData::initialized

Definition at line 30 of file test_shmem.c.

Referenced by get_test_shmem_attach_count(), test_shmem_attach(), and test_shmem_init().

◆ value

int TestShmemData::value

Definition at line 29 of file test_shmem.c.


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