From 1d6e721e000e7d7aed3411289795082dfa2726a9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 1 Apr 2008 22:42:17 +0200 Subject: [PATCH] client.c: Add status info. --- client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.30.2