X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.h;h=31f2cc76140daf9aeb60180d0e89ad31f7a01b96;hb=98b15c02668ea0ef84be6e04daa1838c206658a5;hp=199d5c9a5b9564cdac6c8746ed8a82d873836657;hpb=19d9318abf42debb15d833d4e56ab636893285c3;p=paraslash.git 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 */