From 89208e7de1c477c8a49b559b36c3177ab1ff5645 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 3 Apr 2012 02:17:33 +0200 Subject: Ignore peer configs with errors in peer dirs instead of exiting --- src/peer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/peer.h') diff --git a/src/peer.h b/src/peer.h index 1ffa18b..54f6ca8 100644 --- a/src/peer.h +++ b/src/peer.h @@ -71,6 +71,7 @@ struct _fastd_peer_eth_addr { fastd_peer_config* fastd_peer_config_new(fastd_context *ctx, fastd_config *conf); +void fastd_peer_config_delete(fastd_context *ctx, fastd_config *conf); void fastd_peer_reset(fastd_context *ctx, fastd_peer *peer); fastd_peer* fastd_peer_add(fastd_context *ctx, fastd_peer_config *conf); -- cgit v1.2.3