diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 21:34:53 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 21:34:53 +0200 |
commit | 2352e1a79e6f77cb894f5b65b1632e27cd0695a9 (patch) | |
tree | 921dba0986760d57986d84f930911cbff1ced4bb /src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h | |
parent | c251df4a17e45460fa20822df596e507ef1b1629 (diff) | |
download | fastd-2352e1a79e6f77cb894f5b65b1632e27cd0695a9.tar fastd-2352e1a79e6f77cb894f5b65b1632e27cd0695a9.zip |
Rename "temporary peers" to "dynamic peers"
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h index fb07d19..b0101ac 100644 --- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h +++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h @@ -102,7 +102,7 @@ struct fastd_protocol_peer_state { bool fastd_protocol_ec25519_fhmqvc_peer_check(fastd_peer_config_t *peer_conf); -bool fastd_protocol_ec25519_fhmqvc_peer_check_temporary(fastd_peer_t *peer); +bool fastd_protocol_ec25519_fhmqvc_peer_check_dynamic(fastd_peer_t *peer); void fastd_protocol_ec25519_fhmqvc_maintenance(void); void fastd_protocol_ec25519_fhmqvc_init_peer_state(fastd_peer_t *peer); |