#include <ksync_sock.h>
|
boost::intrusive::list_member_hook | node_ |
|
Definition at line 92 of file ksync_sock.h.
◆ Type
Enumerator |
---|
IOC_UVE | |
IOC_KSYNC | |
MAX_WORK_QUEUES | |
Definition at line 98 of file ksync_sock.h.
◆ IoContext() [1/3]
◆ IoContext() [2/3]
◆ IoContext() [3/3]
IoContext::IoContext |
( |
char * |
msg, |
|
|
uint32_t |
len, |
|
|
uint32_t |
seq, |
|
|
AgentSandeshContext * |
ctx, |
|
|
Type |
type, |
|
|
uint32_t |
index |
|
) |
| |
|
inline |
◆ ~IoContext()
virtual IoContext::~IoContext |
( |
| ) |
|
|
inlinevirtual |
◆ ErrorHandler()
virtual void IoContext::ErrorHandler |
( |
int |
err | ) |
|
|
inlinevirtual |
◆ GetMsg()
char* IoContext::GetMsg |
( |
| ) |
const |
|
inline |
◆ GetMsgLen()
uint32_t IoContext::GetMsgLen |
( |
| ) |
const |
|
inline |
◆ GetSandeshContext()
◆ GetSeqno()
uint32_t IoContext::GetSeqno |
( |
| ) |
const |
|
inline |
◆ Handler()
virtual void IoContext::Handler |
( |
| ) |
|
|
inlinevirtual |
◆ index()
uint32_t IoContext::index |
( |
| ) |
const |
|
inline |
◆ operator<()
bool IoContext::operator< |
( |
const IoContext & |
rhs | ) |
const |
|
inline |
◆ reset_rx_buffer1()
void IoContext::reset_rx_buffer1 |
( |
| ) |
|
|
inline |
◆ reset_rx_buffer2()
void IoContext::reset_rx_buffer2 |
( |
| ) |
|
|
inline |
◆ rx_buffer1()
char* IoContext::rx_buffer1 |
( |
| ) |
const |
|
inline |
◆ rx_buffer2()
char* IoContext::rx_buffer2 |
( |
| ) |
|
|
inline |
◆ SetSeqno()
void IoContext::SetSeqno |
( |
uint32_t |
seqno | ) |
|
|
inline |
◆ type()
◆ KSyncSock
◆ index_
uint32_t IoContext::index_ |
|
private |
◆ io_wq_names
const char * IoContext::io_wq_names |
|
static |
Initial value:=
{
"Agent::Uve",
"Agent::KSync"
}
Definition at line 104 of file ksync_sock.h.
◆ msg_
◆ msg_len_
uint32_t IoContext::msg_len_ |
|
private |
◆ node_
boost::intrusive::list_member_hook IoContext::node_ |
◆ rx_buffer1_
char* IoContext::rx_buffer1_ |
|
private |
◆ rx_buffer2_
char* IoContext::rx_buffer2_ |
|
private |
◆ sandesh_context_
◆ seqno_
uint32_t IoContext::seqno_ |
|
private |
◆ type_
The documentation for this class was generated from the following files: