summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-04-16 07:39:27 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-04-16 07:39:27 +0200
commitdc11e3bc08b1887204c42ac9737a4f2eefb32bde (patch)
tree4426221c6e80aa814fa54f0062fa921e785e66b3 /src/fastd.h
parent872e0dfa86417e89022f84ac78b2d90236cb97d4 (diff)
downloadfastd-dc11e3bc08b1887204c42ac9737a4f2eefb32bde.tar
fastd-dc11e3bc08b1887204c42ac9737a4f2eefb32bde.zip
Rename peer-to-peer to forward; remove now useless peer command line optionv0.4-rc1
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 1 insertions, 1 deletions
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;