quic/qbox
Loading...
Searching...
No Matches
Public Attributes | List of all members
gs::NameRegistry Struct Reference

Structure to hold an array of names for shared memory usage. More...

#include <memory_services.h>

Public Attributes

uint32_t count
 
char name [MAX_SHM_SEGS_NUM][MAX_SHM_STR_LENGTH]
 

Detailed Description

Structure to hold an array of names for shared memory usage.

This structure maintains a registry of names, where each name is stored as a character array. It is designed to be mapped to a shared memory region, allowing multiple processes to access and share the list of names concurrently. The 'count' field indicates the number of valid names currently stored in the registry.


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