X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=c6d5c75d1ebf1e70a7dbeafa5ca10f60a2e00592;hp=a7a3289b12b3c6acded3b11cd2ecf40d4f69fa6b;hb=337d7784b0f8bc30b1fa9af56ace503acd97d40d;hpb=70d421705c23f15188808f5435b03583bd613485 diff --git a/client.h b/client.h index a7a3289b..c6d5c75d 100644 --- a/client.h +++ b/client.h @@ -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 */