]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
client.c: Add status info.
[paraslash.git] / client.c
index c923552787fe4843c158e8d9e7a11a05b0e9852b..da1fab27d754ed1c4f07d7f0c6ed2491f71873ac 100644 (file)
--- a/client.c
+++ b/client.c
@@ -54,7 +54,8 @@ min_delay:
 }
 
 static struct task svt = {
 }
 
 static struct task svt = {
-       .pre_select = supervisor_pre_select
+       .pre_select = supervisor_pre_select,
+       .status = "supervisor task"
 };
 
 INIT_STDERR_LOGGING(ct->conf.loglevel_arg);
 };
 
 INIT_STDERR_LOGGING(ct->conf.loglevel_arg);