OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
task_timer_map.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_agent_task_timer_map_h
6 #define vnsw_agent_task_timer_map_h
7 
8 class TimerMap {
9 public:
10  TimerMap() {}
11  ~TimerMap() {}
12 
13  std::string timer_name_;
14  void *timer_;
16 };
17 
18 #endif /* vnsw_agent_task_timer_map_h */
Timer * agent_timer_
void * timer_
std::string timer_name_
Definition: timer.h:54