diff options
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |