X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=0ae015139fc915d5446cbb58b6eacf78d2d9eb2a;hp=c6fde49000b3e0844414c979bf6cc5541cff4eed;hb=d0d27cfa56d05eaa0e5567c75adfe606eab2957e;hpb=367daa451bd837c3e267c8385bbc92898f06ecca diff --git a/client.c b/client.c index c6fde490..0ae01513 100644 --- a/client.c +++ b/client.c @@ -1,13 +1,12 @@ /* - * Copyright (C) 1997-2011 Andre Noll + * Copyright (C) 1997-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file client.c the client program used to connect to para_server */ +/** \file client.c The client program used to connect to para_server. */ #include -#include #include #include "para.h" @@ -602,7 +601,7 @@ int main(int argc, char *argv[]) */ sit.btrn = btr_new_node(&(struct btr_node_description) EMBRACE(.name = "stdin")); - ret = client_open(argc, argv, &ct, &client_loglevel, sit.btrn, NULL, &sched); + ret = client_connect(ct, &sched, sit.btrn, NULL); if (ret < 0) goto out; sot.btrn = btr_new_node(&(struct btr_node_description)