|
AgentX++
2.0.5
|
The AgentXPendingMessage class represents the mapping between a packet ID and a AgentXSharedTable instance. More...
#include <agentx_subagent.h>
Public Member Functions | |
| AgentXPendingMessage (u_int pid, AgentXSharedTable *o) | |
| AgentXPendingMessage (u_int pid, AgentXSharedTable *o, Oidx *alloc_index) | |
| ~AgentXPendingMessage () | |
Public Attributes | |
| u_int | packet_id |
| AgentXSharedTable * | receiver |
| Oidx * | row_index |
The AgentXPendingMessage class represents the mapping between a packet ID and a AgentXSharedTable instance.
For index allocation, a row index can be provided to be able to allocate the original requested row index value instead of the allocated sub-index.
|
inline |
|
inline |
|
inline |
| u_int AgentXPendingMessage::packet_id |
| AgentXSharedTable* AgentXPendingMessage::receiver |
| Oidx* AgentXPendingMessage::row_index |
1.8.2