OpenSDN source code
drop_stats_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_drop_stats_io_context_h
6
#define vnsw_drop_stats_io_context_h
7
8
#include <
vrouter/stats_collector/agent_stats_sandesh_context.h
>
9
10
class
DropStatsIoContext
:
public
IoContext
{
11
public
:
12
DropStatsIoContext
(
int
msg_len,
char
*msg, uint32_t seqno,
13
AgentStatsSandeshContext
*ctx,
14
IoContext::Type
type
);
15
virtual
~DropStatsIoContext
();
16
virtual
void
Handler
();
17
virtual
void
ErrorHandler
(
int
err);
18
private
:
19
DISALLOW_COPY_AND_ASSIGN
(
DropStatsIoContext
);
20
};
21
22
#endif
//vnsw_drop_stats_io_context_h
agent_stats_sandesh_context.h
AgentStatsSandeshContext
Definition:
agent_stats_sandesh_context.h:24
DropStatsIoContext
Definition:
drop_stats_io_context.h:10
DropStatsIoContext::Handler
virtual void Handler()
Definition:
drop_stats_io_context.cc:18
DropStatsIoContext::DISALLOW_COPY_AND_ASSIGN
DISALLOW_COPY_AND_ASSIGN(DropStatsIoContext)
DropStatsIoContext::~DropStatsIoContext
virtual ~DropStatsIoContext()
Definition:
drop_stats_io_context.cc:15
DropStatsIoContext::ErrorHandler
virtual void ErrorHandler(int err)
Definition:
drop_stats_io_context.cc:21
DropStatsIoContext::DropStatsIoContext
DropStatsIoContext(int msg_len, char *msg, uint32_t seqno, AgentStatsSandeshContext *ctx, IoContext::Type type)
Definition:
drop_stats_io_context.cc:9
IoContext
Definition:
ksync_sock.h:92
IoContext::Type
Type
Definition:
ksync_sock.h:98
IoContext::type
Type type()
Definition:
ksync_sock.h:135
contrail
controller
src
vnsw
agent
vrouter
stats_collector
drop_stats_io_context.h
Generated by
1.9.1