X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=c6d5c75d1ebf1e70a7dbeafa5ca10f60a2e00592;hp=dcec361129b3cbe0223bbe80dfbdfbc2e3f17eac;hb=becb57ea3aec697bfe953a0c3608e4c255b6d24b;hpb=335730538150250f32c0df0b184fb494e2bb0df3 diff --git a/client.h b/client.h index dcec3611..c6d5c75d 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -58,7 +58,7 @@ struct client_task { /** the client task structure */ struct task task; /** the buffer used for handshake and receiving */ - char buf[CLIENT_BUFSIZE]; + char *buf; /** number of bytes loaded in \p buf */ size_t loaded; /** non-zero if the pre_select hook added \p fd to the read fd set */ @@ -76,4 +76,5 @@ struct client_task { }; void client_close(struct client_task *ct); -int client_open(int argc, char *argv[], struct client_task **ct); +int client_open(int argc, char *argv[], struct client_task **ct, + int *loglevel);