X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=c420f490e0b9fc59b27babb2e2f518c1ba3e9260;hp=f1a3e41dd7ef84b54280b54d3a759a08e4397845;hb=cd0abca282ec1cd29510f4cf8fefb04aa7e20ad7;hpb=97fbaf879847d77a91faf40fb7e515df23eb9ba3 diff --git a/error.h b/error.h index f1a3e41d..c420f490 100644 --- a/error.h +++ b/error.h @@ -86,6 +86,7 @@ extern const char **para_errlist[]; PARA_ERROR(AFS_SIGNAL, "afs caught deadly signal"), \ PARA_ERROR(AFS_SOCKET, "afs socket not writable"), \ PARA_ERROR(AFS_PARENT_DIED, "fatal: server process terminated"), \ + PARA_ERROR(AFS_SHORT_READ, "short read from afs socket"), \ #define MOOD_ERRORS \ @@ -173,7 +174,6 @@ extern const char **para_errlist[]; #define NET_ERRORS \ PARA_ERROR(SEND, "send error"), \ - PARA_ERROR(RECV, "receive error"), \ PARA_ERROR(SOCKET, "socket error"), \ PARA_ERROR(CONNECT, "connect error"), \ PARA_ERROR(ACCEPT, "accept error"), \