X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=9565102709f53446e7ebf5e978fd9bae733f4dc0;hp=12812c9f79ecd0a4b5b88707c88572f709ea3fdd;hb=095fc31c48324112a71602ba6975d9d33cf4378e;hpb=a7d844e5f23805a7521cfd8bf573dd822351c895 diff --git a/client.c b/client.c index 12812c9f..95651027 100644 --- a/client.c +++ b/client.c @@ -63,8 +63,19 @@ static void client_event_handler(struct task *t) register_task(&sot.task); } -/* - * MAIN +/** + * the client program to connect to para_server + * + * \param argc usual argument count + * \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. + * + * \return EXIT_SUCCESS or EXIT_FAILURE + * + * \sa client_open(), stdout.c, stdout.h, para_client(1), para_server(1) */ int main(int argc, char *argv[]) {