X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=aec357ab7e5bdd936e438412a3c94216c72bbff2;hb=c53634c9781124d109a74e7268a7cd793bb59836;hp=5b8c687d7651dbf92ba3631d7b9aea3005ed3608;hpb=2e6b8f2ebf8131f906ab657764f9cc3100eee32b;p=paraslash.git 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);