From: Andre Noll Date: Wed, 13 Jan 2010 06:39:57 +0000 (+0100) Subject: client.c: Add comment on the supervisor task. X-Git-Tag: v0.4.2~115 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7e57898039560a94313e04ca61716ae00719b150;hp=cc38b08b6215e9c1ee9e1d96af0eebc12fd6479a client.c: Add comment on the supervisor task. --- diff --git a/client.c b/client.c index 9bdd0e82..6ea5e7e1 100644 --- a/client.c +++ b/client.c @@ -70,12 +70,16 @@ INIT_STDERR_LOGGING(client_loglevel); * \param argv Usual argument vector. * * It registers two tasks: The client task that communicates with para_server - * and the standard out task that writes any output produced by the client task - * to standard out. + * and the supervisor task that minitors whether the client task intends to + * read from stdin or write to stdout. + * + * Once it has been determined whether the client command corresponds to a + * stdin command (addmood, addimg, ..), either the stdin task or the stdout + * task is set up to replace the supervisor task. * * \return EXIT_SUCCESS or EXIT_FAILURE * - * \sa client_open(), stdout.c, stdout.h, para_client(1), para_server(1) + * \sa client_open(), stdin.c, stdout.c, para_client(1), para_server(1) */ int main(int argc, char *argv[]) {