X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=31f2cc76140daf9aeb60180d0e89ad31f7a01b96;hp=199d5c9a5b9564cdac6c8746ed8a82d873836657;hb=23c74bcff23e2eca0b37dbdb2def8fc132fe36f3;hpb=21f08c693cfcbdacb7d0e0b3c29a397f5deae573 diff --git a/client.h b/client.h index 199d5c9a..31f2cc76 100644 --- a/client.h +++ b/client.h @@ -58,7 +58,7 @@ struct private_client_data { /** the client task structure */ struct task task; /** non-zero if task is unregistered */ - int eof; + int error; /** the buffer used for handshake and receiving */ char buf[CLIENT_BUFSIZE]; /** number of bytes loaded in \p buf */