OpenSDN source code
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_
;
15
Timer
*
agent_timer_
;
16
};
17
18
#endif
/* vnsw_agent_task_timer_map_h */
TimerMap
Definition:
task_timer_map.h:8
TimerMap::timer_name_
std::string timer_name_
Definition:
task_timer_map.h:13
TimerMap::timer_
void * timer_
Definition:
task_timer_map.h:14
TimerMap::agent_timer_
Timer * agent_timer_
Definition:
task_timer_map.h:15
TimerMap::~TimerMap
~TimerMap()
Definition:
task_timer_map.h:11
TimerMap::TimerMap
TimerMap()
Definition:
task_timer_map.h:10
Timer
Definition:
timer.h:54
contrail
controller
src
vnsw
agent
services
multicast
agent_map
task_timer_map.h
Generated by
1.9.1