diff options
Diffstat (limited to 'src/proone_heartbeat-worker.c')
-rw-r--r-- | src/proone_heartbeat-worker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proone_heartbeat-worker.c b/src/proone_heartbeat-worker.c index b0d4be2..817021e 100644 --- a/src/proone_heartbeat-worker.c +++ b/src/proone_heartbeat-worker.c @@ -47,6 +47,8 @@ static void heartbeat_worker_work (void *in_ctx, const proone_worker_sched_info_ } if (revents & POLLIN) { socklen_t addr_len; + + // TODO if (ctx->domain == AF_INET) { struct sockaddr_in remote_addr; |