From dc11e3bc08b1887204c42ac9737a4f2eefb32bde Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 16 Apr 2012 07:39:27 +0200 Subject: Rename peer-to-peer to forward; remove now useless peer command line option --- src/fastd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 1fa4d17..99e1831 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -124,7 +124,7 @@ struct _fastd_config { uint16_t mtu; fastd_mode mode; - bool peer_to_peer; + bool forward; const fastd_protocol *protocol; const fastd_method *method; -- cgit v1.2.3