diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-03 02:17:33 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-03 02:17:33 +0200 |
commit | 89208e7de1c477c8a49b559b36c3177ab1ff5645 (patch) | |
tree | ccdc5aacc3e67cdec48a0bdb6b006b18a0975cc7 /src/peer.h | |
parent | 053e3f630a1a90fbb977db307b84e4bf7fb23a96 (diff) | |
download | fastd-89208e7de1c477c8a49b559b36c3177ab1ff5645.tar fastd-89208e7de1c477c8a49b559b36c3177ab1ff5645.zip |
Ignore peer configs with errors in peer dirs instead of exiting
Diffstat (limited to 'src/peer.h')
-rw-r--r-- | src/peer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |