OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
controller/src/bgp/daemon/main.cc
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #include "bgp/bgp_server.h"
6 #include "io/event_manager.h"
7 
8 int main(int argc, char *argv[]) {
10  BgpServer bgp_server(&evm);
11  evm.Run();
12 }
static EventManager evm