OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
interface_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_interface_stats_io_context_h
6 #define vnsw_interface_stats_io_context_h
7 
9 
11 public:
12  InterfaceStatsIoContext(int msg_len, char *msg, uint32_t seqno,
15  virtual ~InterfaceStatsIoContext();
16  virtual void Handler();
17  virtual void ErrorHandler(int err);
18 private:
19  void UpdateMarker();
21 };
22 
23 #endif //vnsw_interface_stats_io_context_h
Type type()
Definition: ksync_sock.h:135
virtual void ErrorHandler(int err)
InterfaceStatsIoContext(int msg_len, char *msg, uint32_t seqno, AgentStatsSandeshContext *ctx, IoContext::Type type)
DISALLOW_COPY_AND_ASSIGN(InterfaceStatsIoContext)