From: Andre Noll Date: Tue, 1 Apr 2008 20:42:17 +0000 (+0200) Subject: client.c: Add status info. X-Git-Tag: v0.3.2~25 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1d6e721e000e7d7aed3411289795082dfa2726a9;hp=41fd9d94b3b37a8fdc3ed0326da893d1d3788189 client.c: Add status info. --- 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);