From 6c401d89e229fe24cb35b4758f1abb3cfb1cc966 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 2 Apr 2012 21:52:21 +0200 Subject: Allow peer-to-peer forwarding --- src/fastd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 2c1b02c..5e62fb0 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -92,6 +92,8 @@ struct _fastd_config { uint16_t mtu; fastd_mode mode; + bool peer_to_peer; + fastd_protocol *protocol; char *secret; unsigned key_valid; -- cgit v1.2.3