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