diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-16 07:39:27 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-16 07:39:27 +0200 |
commit | dc11e3bc08b1887204c42ac9737a4f2eefb32bde (patch) | |
tree | 4426221c6e80aa814fa54f0062fa921e785e66b3 /src/fastd.h | |
parent | 872e0dfa86417e89022f84ac78b2d90236cb97d4 (diff) | |
download | fastd-f6ab1cc95b93a430c0bbcf84bd309ecc0339289b.tar fastd-f6ab1cc95b93a430c0bbcf84bd309ecc0339289b.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.h | 2 |
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; |