Remove legacy event system.

This commit is contained in:
Guus Sliepen 2007-05-17 22:13:12 +00:00
parent a67ab277c9
commit bf6490825e
6 changed files with 3 additions and 191 deletions

View file

@ -32,7 +32,6 @@
#include "conf.h"
#include "connection.h"
#include "device.h"
#include "tevent.h"
#include "graph.h"
#include "logger.h"
#include "net.h"
@ -565,7 +564,6 @@ bool setup_network_connections(void)
now = time(NULL);
init_tevents();
init_connections();
init_subnets();
init_nodes();
@ -645,7 +643,6 @@ void close_network_connections(void)
exit_subnets();
exit_nodes();
exit_connections();
exit_tevents();
execute_script("tinc-down", envp);