OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
kstate_io_context.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
#ifndef vnsw_agent_kstate_io_context_h
6
#define vnsw_agent_kstate_io_context_h
7
8
class
KStateIoContext
:
public
IoContext
{
9
public
:
10
KStateIoContext
(
int
msg_len,
char
*msg, uint32_t seqno,
11
AgentSandeshContext
*obj)
12
:
IoContext
(msg, msg_len, seqno, obj,
IoContext
::
IOC_KSYNC
) {}
13
void
Handler
();
14
void
ErrorHandler
(
int
err);
15
};
16
17
#endif // vnsw_agent_kstate_io_context_h
KStateIoContext::KStateIoContext
KStateIoContext(int msg_len, char *msg, uint32_t seqno, AgentSandeshContext *obj)
Definition:
kstate_io_context.h:10
IoContext
Definition:
ksync_sock.h:92
KStateIoContext::ErrorHandler
void ErrorHandler(int err)
Definition:
kstate_io_context.cc:20
KStateIoContext::Handler
void Handler()
Definition:
kstate_io_context.cc:9
KStateIoContext
Definition:
kstate_io_context.h:8
AgentSandeshContext
Definition:
ksync_sock.h:54
IoContext::IOC_KSYNC
Definition:
ksync_sock.h:100
contrail
controller
src
vnsw
agent
kstate
kstate_io_context.h
Generated by
1.8.5