summaryrefslogtreecommitdiffstats
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peer.h b/src/peer.h
index 696dae6..121276c 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -48,6 +48,8 @@ struct _fastd_peer {
uint8_t last_req_id;
struct timespec seen;
+
+ void *method_private;
};
struct _fastd_peer_config {
@@ -103,8 +105,6 @@ static inline void fastd_peer_set_established(fastd_context *ctx, fastd_peer *pe
pr_warn(ctx, "tried to set an already established connection to established");
return;
}
-
- pr_info(ctx, "Connection with %P established.", peer);
}
static inline bool fastd_eth_addr_is_unicast(const fastd_eth_addr *addr) {