X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=vss.c;fp=vss.c;h=49fd7ae2a38b21339d424e52623cd5e425132681;hb=742c8b3f79a59278ced71e1855da1846b157b494;hp=fce5281b5d3f750592016839bd14649452a93011;hpb=a62a0bb8fab75f42a3ae165d85e01fb0b98de056;p=paraslash.git diff --git a/vss.c b/vss.c index fce5281b..49fd7ae2 100644 --- a/vss.c +++ b/vss.c @@ -43,7 +43,7 @@ const struct sender * const senders[] = { enum afs_socket_status { /** Socket is inactive. */ AFS_SOCKET_READY, - /** Socket fd was included in the write fd set for select(). */ + /** Socket fd was monitored for writing. */ AFS_SOCKET_CHECK_FOR_WRITE, /** vss wrote a request to the socket and waits for reply from afs. */ AFS_SOCKET_AFD_PENDING @@ -827,7 +827,7 @@ static void vss_compute_timeout(struct sched *s, struct vss_task *vsst) if (sched_request_barrier(&vsst->data_send_barrier, s) == 1) return; /* - * Compute the select timeout as the minimal time until the next + * Compute the I/O timeout as the minimal time until the next * chunk/slice is due for any client. */ compute_chunk_time(mmd->chunks_sent, &mmd->afd.afhi.chunk_tv,