CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::RequestConnectionHeader Struct Reference

Header of one client connection area within a request-server segment. More...

#include <MemoryRequestConnection.h>

Public Attributes

uint32 size
uint32 conid
uint64 createdTime
uint64 lastUpdateTime
uint16 status

Detailed Description

Header of one client connection area within a request-server segment.

Warning
Shared-memory layout; see MemoryManager.h for the ABI/rebuild warning.

Definition at line 44 of file MemoryRequestConnection.h.

Member Data Documentation

◆ conid

uint32 cmlabs::RequestConnectionHeader::conid

Definition at line 46 of file MemoryRequestConnection.h.

◆ createdTime

uint64 cmlabs::RequestConnectionHeader::createdTime

Definition at line 47 of file MemoryRequestConnection.h.

◆ lastUpdateTime

uint64 cmlabs::RequestConnectionHeader::lastUpdateTime

Definition at line 48 of file MemoryRequestConnection.h.

◆ size

uint32 cmlabs::RequestConnectionHeader::size

Definition at line 45 of file MemoryRequestConnection.h.

◆ status

uint16 cmlabs::RequestConnectionHeader::status

Definition at line 49 of file MemoryRequestConnection.h.


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