X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=aec357ab7e5bdd936e438412a3c94216c72bbff2;hp=e643805c340288b45366154fe655d819d80d95a4;hb=7007aedb78262af262e7e7db8d010c6498e79290;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/vss.c b/vss.c index e643805c..aec357ab 100644 --- a/vss.c +++ b/vss.c @@ -1174,7 +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 = 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);