]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
vss: add state variable for fec client
[paraslash.git] / udp_send.c
index 29deafb0e85c209fad5954fe14faf4b432d984e9..478c5d9fcfa58c80097cb21f67a7748c964aae12 100644 (file)
@@ -279,7 +279,7 @@ static void udp_add_target(struct sender_command_data *scd)
        para_list_add(&ut->node, &targets);
        ut->fcp.slices_per_group = scd->slices_per_group;
        ut->fcp.data_slices_per_group = scd->data_slices_per_group;
-       vss_add_fec_client(self, ut, &ut->fc);
+       /* XXX RESOLVED LATER vss_add_fec_client(self, ut, &ut->fc); */
 }
 
 static int udp_com_add(struct sender_command_data *scd)