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
drop_stats_kstate.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_drop_stats_kstate_h
6
#define vnsw_agent_drop_stats_kstate_h
7
8
class
DropStatsKState
:
public
KState
{
9
public
:
10
DropStatsKState
(KDropStatsResp *obj,
const
std::string &resp_ctx,
11
vr_drop_stats_req &encoder);
12
void
SendResponse
() {}
13
void
Handler
();
14
void
SendNextRequest
() {}
15
};
16
#endif //vnsw_agent_drop_stats_kstate_h
DropStatsKState::SendNextRequest
void SendNextRequest()
Definition:
drop_stats_kstate.h:14
KState
Definition:
kstate.h:24
DropStatsKState::SendResponse
void SendResponse()
Definition:
drop_stats_kstate.h:12
DropStatsKState
Definition:
drop_stats_kstate.h:8
DropStatsKState::Handler
void Handler()
Definition:
drop_stats_kstate.cc:21
DropStatsKState::DropStatsKState
DropStatsKState(KDropStatsResp *obj, const std::string &resp_ctx, vr_drop_stats_req &encoder)
Definition:
drop_stats_kstate.cc:13
contrail
controller
src
vnsw
agent
kstate
drop_stats_kstate.h
Generated by
1.8.5