aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-25 12:39:47 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-25 13:07:01 +0100
commitf7fccdb94180a892b896958896081ca93e4729a6 (patch)
treeba52f004684b2b0df6917e8be05013a01220297a /src/peer.c
parenttools: avoid unneccessary next_peer assignments in sort_peers() (diff)
downloadwireguard-monolithic-historical-f7fccdb94180a892b896958896081ca93e4729a6.tar.xz
wireguard-monolithic-historical-f7fccdb94180a892b896958896081ca93e4729a6.zip
peerlookup: rename from hashtables
Diffstat (limited to 'src/peer.c')
-rw-r--r--src/peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peer.c b/src/peer.c
index 0c7e942..508f1d5 100644
--- a/src/peer.c
+++ b/src/peer.c
@@ -7,7 +7,7 @@
#include "device.h"
#include "queueing.h"
#include "timers.h"
-#include "hashtables.h"
+#include "peerlookup.h"
#include "noise.h"
#include <linux/kref.h>