X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=aec357ab7e5bdd936e438412a3c94216c72bbff2;hp=5b8c687d7651dbf92ba3631d7b9aea3005ed3608;hb=7007aedb78262af262e7e7db8d010c6498e79290;hpb=2e6b8f2ebf8131f906ab657764f9cc3100eee32b diff --git a/vss.c b/vss.c index 5b8c687d..aec357ab 100644 --- a/vss.c +++ b/vss.c @@ -1174,8 +1174,7 @@ void init_vss_task(int afs_socket, struct sched *s) vsst->header_interval.tv_sec = 5; /* should this be configurable? */ vsst->afs_socket = afs_socket; vsst->task.pre_select = vss_pre_select; - vsst->task.new_post_select = vss_post_select; - vsst->task.post_select = NULL; + vsst->task.post_select = vss_post_select; ms2tv(announce_time, &vsst->announce_tv); PARA_INFO_LOG("announce timeval: %lums\n", tv2ms(&vsst->announce_tv)); INIT_LIST_HEAD(&fec_client_list);