X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=da1fab27d754ed1c4f07d7f0c6ed2491f71873ac;hp=c923552787fe4843c158e8d9e7a11a05b0e9852b;hb=1d6e721e000e7d7aed3411289795082dfa2726a9;hpb=41fd9d94b3b37a8fdc3ed0326da893d1d3788189;ds=sidebyside diff --git a/client.c b/client.c index c9235527..da1fab27 100644 --- a/client.c +++ b/client.c @@ -54,7 +54,8 @@ min_delay: } static struct task svt = { - .pre_select = supervisor_pre_select + .pre_select = supervisor_pre_select, + .status = "supervisor task" }; INIT_STDERR_LOGGING(ct->conf.loglevel_arg);