projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e1dce
)
server: Rename "vss task" -> vss.
author
Andre Noll
<maan@tuebingen.mpg.de>
Mon, 7 Aug 2017 22:32:33 +0000
(
00:32
+0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/vss.c
b/vss.c
index
f1bb579
..
00c632c
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,