|
quic/qbox
|
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] |
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.