X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=5932fdb366883ea46c166eed75cbcc911f335cef;hb=08cc60bc4175d75603ce3a452743890cfb298d52;hp=3e4911bf6c07ca85e4e675b1d3acacec37b24163;hpb=f9493096f9c10a4f6431bbb0b14ffa79b05c14b1;p=paraslash.git diff --git a/error.h b/error.h index 3e4911bf..5932fdb3 100644 --- a/error.h +++ b/error.h @@ -84,7 +84,9 @@ extern const char **para_errlist[]; PARA_ERROR(INPUT_TOO_LARGE, "input too large for stdin command"), \ PARA_ERROR(AFS_SYNTAX, "afs syntax error"), \ 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 \ @@ -171,11 +173,8 @@ 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"), \ PARA_ERROR(SETSOCKOPT, "failed to set socket options"), \ PARA_ERROR(BIND, "bind error"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ @@ -314,7 +313,7 @@ extern const char **para_errlist[]; PARA_ERROR(AUDIO_FORMAT, "audio format not recognized"), \ PARA_ERROR(CHUNK, "unable to get chunk"), \ PARA_ERROR(SHORT_AFS_READ, "short read from afs socket"), \ - PARA_ERROR(BAD_AFS_CODE, "received junk from afs"), \ + PARA_ERROR(NOFD, "did not receive open fd from afs"), \ #define CRYPT_ERRORS \