]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
net: Drop fd_set parameter from para_accept().
[paraslash.git] / dccp_send.c
index bca7ad6781e29d2bb1bea686d3971e02ede59909..5806bce3516c25ff600f31b073ba0760b40d4897 100644 (file)
@@ -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;