summaryrefslogtreecommitdiffhomepage
path: root/src/noise.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
commit6c58b00a5a30d783048dc5e1f7aa8961d739e740 (patch)
treea26196ce6781ffb7b50b7c2234c748e3fa4aae46 /src/noise.h
parente3d5a96bb3391d12e77a9eb7baa7bae1dcad0829 (diff)
peerlookup: rename from hashtables
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noise.h b/src/noise.h
index 8e5cc0a..9c2cc62 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -6,7 +6,7 @@
#define _WG_NOISE_H
#include "messages.h"
-#include "hashtables.h"
+#include "peerlookup.h"
#include <linux/types.h>
#include <linux/spinlock.h>