From f7244b9309f5759476284bda62f66769cc40c3b7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 5 Nov 2012 23:37:01 +0100 Subject: Don't inline send_handshake --- src/fastd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fastd.c b/src/fastd.c index 9e9b225..d2bc392 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -618,7 +618,7 @@ static inline void update_time(fastd_context *ctx) { clock_gettime(CLOCK_MONOTONIC, &ctx->now); } -static inline void send_handshake(fastd_context *ctx, fastd_peer *peer) { +static void send_handshake(fastd_context *ctx, fastd_peer *peer) { if (fastd_peer_may_connect(ctx, peer)) { if (!fastd_peer_is_established(peer)) fastd_peer_reset_socket(ctx, peer); -- cgit v1.2.3