From 519972c9c18a103a7689844150c75e939c642115 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 10 Mar 2014 17:42:08 +0100 Subject: Make --verify-config option more flexible --- src/fastd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index bad7e66..56b07b9 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -52,6 +52,7 @@ struct fastd_protocol { const char *name; fastd_protocol_config_t* (*init)(fastd_context_t *ctx); + void (*peer_verify)(fastd_context_t *ctx, fastd_peer_config_t *peer_conf); void (*peer_configure)(fastd_context_t *ctx, fastd_peer_config_t *peer_conf); bool (*peer_check)(fastd_context_t *ctx, fastd_peer_config_t *peer_conf); bool (*peer_check_temporary)(fastd_context_t *ctx, fastd_peer_t *peer); -- cgit v1.2.3