]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server: Rename "vss task" -> vss.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Aug 2017 22:32:33 +0000 (00:32 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Oct 2017 06:30:51 +0000 (08:30 +0200)
The other tasks of the server process are called "server command"
and "signal", so let's be consistent and drop the redundant "task".

vss.c

diff --git a/vss.c b/vss.c
index f1bb57983609ad60c20cb03ba73b3a1e518e9cd3..00c632c70674a034044f6c73c7f2c6b87bf63bd1 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -1194,7 +1194,7 @@ void vss_init(int afs_socket, struct sched *s)
                        &vsst->data_send_barrier);
        }
        vsst->task = task_register(&(struct task_info) {
-               .name = "vss task",
+               .name = "vss",
                .pre_select = vss_pre_select,
                .post_select = vss_post_select,
                .context = vsst,