Remove unused variables, fix some #includes.
This commit is contained in:
parent
f62b4a9134
commit
b346338f9c
3 changed files with 1 additions and 3 deletions
|
@ -29,7 +29,6 @@
|
||||||
#include "netutl.h"
|
#include "netutl.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
#include "route.h"
|
#include "route.h"
|
||||||
#include "splay_tree.h"
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "xalloc.h"
|
#include "xalloc.h"
|
||||||
|
|
||||||
|
|
|
@ -790,8 +790,6 @@ void broadcast_packet(const node_t *from, vpn_packet_t *packet) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static node_t *try_harder(const sockaddr_t *from, const vpn_packet_t *pkt) {
|
static node_t *try_harder(const sockaddr_t *from, const vpn_packet_t *pkt) {
|
||||||
splay_node_t *node;
|
|
||||||
edge_t *e;
|
|
||||||
node_t *n = NULL;
|
node_t *n = NULL;
|
||||||
bool hard = false;
|
bool hard = false;
|
||||||
static time_t last_hard_try = 0;
|
static time_t last_hard_try = 0;
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "connection.h"
|
#include "connection.h"
|
||||||
|
#include "list.h"
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
#include "meta.h"
|
#include "meta.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue