aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
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/device.h
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/device.h')
-rw-r--r--src/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index 7e7e216..b15a8be 100644
--- a/src/device.h
+++ b/src/device.h
@@ -8,7 +8,7 @@
#include "noise.h"
#include "allowedips.h"
-#include "hashtables.h"
+#include "peerlookup.h"
#include "cookie.h"
#include <linux/types.h>