|
OpenSDN source code
|
#include "base/logging.h"#include "base/timer.h"#include <sandesh/sandesh_trace.h>#include "cmn/agent_cmn.h"#include "init/agent_param.h"#include "xmpp/xmpp_init.h"#include "pugixml/pugixml.hpp"#include "oper/global_system_config.h"#include "oper/vrf.h"#include "oper/peer.h"#include "oper/mirror_table.h"#include "oper/multicast.h"#include "oper/operdb_init.h"#include "oper/instance_manager.h"#include "controller/controller_types.h"#include "controller/controller_init.h"#include "controller/controller_timer.h"#include "controller/controller_peer.h"#include "controller/controller_ifmap.h"
Go to the source code of this file.
Macros | |
| #define | SECS_TO_USECS(t) t * 1000 * 1000 |
| #define | SECS_TO_MSECS(t) t * 1000 |
| #define SECS_TO_MSECS | ( | t | ) | t * 1000 |
Definition at line 26 of file controller_timer.cc.
| #define SECS_TO_USECS | ( | t | ) | t * 1000 * 1000 |
Definition at line 25 of file controller_timer.cc.