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