summaryrefslogtreecommitdiffhomepage
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
commit6c58b00a5a30d783048dc5e1f7aa8961d739e740 (patch)
treea26196ce6781ffb7b50b7c2234c748e3fa4aae46 /src/peer.c
parente3d5a96bb3391d12e77a9eb7baa7bae1dcad0829 (diff)
peerlookup: rename from hashtables
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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>