From 2352e1a79e6f77cb894f5b65b1632e27cd0695a9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Aug 2014 21:34:53 +0200 Subject: Rename "temporary peers" to "dynamic peers" --- src/fastd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 554a982..fcd8676 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -79,8 +79,8 @@ struct fastd_protocol { /** Checks if a peer configuration is valid and a connection may be established */ bool (*peer_check)(fastd_peer_config_t *peer_conf); - /** Checks if a temporary peer is valid and a connection may be established */ - bool (*peer_check_temporary)(fastd_peer_t *peer); + /** Checks if a dynamic peer is valid and a connection may be established */ + bool (*peer_check_dynamic)(fastd_peer_t *peer); /** Sends a handshake to the given peer */ -- cgit v1.2.3