aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/routing-table.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-06-25 01:28:18 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-06-25 16:48:39 +0200
commit3e8c04a03f4070e23fc737f30c25a79d5958d734 (patch)
tree23354ba5aec33b7068421524c3e514767a1e42fb /src/routing-table.h
parentnonce: switch to RFC6479 to better support packet reordering (diff)
downloadwireguard-monolithic-historical-3e8c04a03f4070e23fc737f30c25a79d5958d734.tar.xz
wireguard-monolithic-historical-3e8c04a03f4070e23fc737f30c25a79d5958d734.zip
tests: make fatal
Diffstat (limited to 'src/routing-table.h')
-rw-r--r--src/routing-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routing-table.h b/src/routing-table.h
index 2e3a0ba..c4fd05d 100644
--- a/src/routing-table.h
+++ b/src/routing-table.h
@@ -35,7 +35,7 @@ struct wireguard_peer *routing_table_lookup_dst(struct routing_table *table, str
struct wireguard_peer *routing_table_lookup_src(struct routing_table *table, struct sk_buff *skb);
#ifdef DEBUG
-void routing_table_selftest(void);
+bool routing_table_selftest(void);
#endif
#endif