|
OpenSDN source code
|
#include <kstate_io_context.h>


Public Member Functions | |
| KStateIoContext (int msg_len, char *msg, uint32_t seqno, AgentSandeshContext *obj) | |
| void | Handler () |
| void | ErrorHandler (int err) |
Public Member Functions inherited from IoContext | |
| IoContext () | |
| IoContext (char *msg, uint32_t len, uint32_t seq, AgentSandeshContext *ctx, Type type) | |
| IoContext (char *msg, uint32_t len, uint32_t seq, AgentSandeshContext *ctx, Type type, uint32_t index) | |
| virtual | ~IoContext () |
| bool | operator< (const IoContext &rhs) const |
| AgentSandeshContext * | GetSandeshContext () |
| Type | type () |
| void | SetSeqno (uint32_t seqno) |
| uint32_t | GetSeqno () const |
| char * | GetMsg () const |
| uint32_t | GetMsgLen () const |
| char * | rx_buffer1 () const |
| void | reset_rx_buffer1 () |
| char * | rx_buffer2 () |
| void | reset_rx_buffer2 () |
| uint32_t | index () const |
Additional Inherited Members | |
Public Types inherited from IoContext | |
| enum | Type { IOC_UVE , IOC_KSYNC , MAX_WORK_QUEUES } |
Public Attributes inherited from IoContext | |
| boost::intrusive::list_member_hook | node_ |
Static Public Attributes inherited from IoContext | |
| static const char * | io_wq_names [MAX_WORK_QUEUES] |
Protected Attributes inherited from IoContext | |
| AgentSandeshContext * | sandesh_context_ |
Definition at line 8 of file kstate_io_context.h.
|
inline |
Definition at line 10 of file kstate_io_context.h.
|
virtual |
Reimplemented from IoContext.
Definition at line 20 of file kstate_io_context.cc.

|
virtual |
Reimplemented from IoContext.
Definition at line 9 of file kstate_io_context.cc.
