X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dccp_send.c;h=5806bce3516c25ff600f31b073ba0760b40d4897;hb=ad37397a4f7734394ef1f03b4b54a54226421a4e;hp=bca7ad6781e29d2bb1bea686d3971e02ede59909;hpb=4ddaef74ff8f605a31c499d77fcaaffa7a3708c0;p=paraslash.git diff --git a/dccp_send.c b/dccp_send.c index bca7ad67..5806bce3 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -119,14 +119,14 @@ static void dccp_send_fec(struct sender_client *sc, char *buf, size_t len) dccp_shutdown_client(sc); } -static void dccp_post_select(fd_set *rfds, __a_unused fd_set *wfds) +static void dccp_post_select(__a_unused fd_set *rfds, __a_unused fd_set *wfds) { struct sender_client *sc; struct dccp_fec_client *dfc; int tx_ccid; uint32_t k, n; - sc = accept_sender_client(dss, rfds); + sc = accept_sender_client(dss); if (!sc) return;