X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=0c862a57a4d8464784cd05ad927706b8d118d821;hb=69fd3b9e4f2ebf853efe719a6c5d941966946089;hp=285191cc9bcebd0e109824e814084fec6e322b85;hpb=d0557ca0ee0c39111c5e9f69121d69a2d26b8ed6;p=paraslash.git diff --git a/error.h b/error.h index 285191cc..0c862a57 100644 --- a/error.h +++ b/error.h @@ -97,7 +97,6 @@ extern const char **para_errlist[]; PARA_ERROR(AUDIOC_WRITE, "audioc write error"), \ PARA_ERROR(INIT_SOCK_ADDR, "can not init socket"), \ PARA_ERROR(AUDIOC_CONNECT, "audioc connect error"), \ - PARA_ERROR(CREDENTIALS, "failed to send unix socket credentials"), \ PARA_ERROR(AUDIOC_OVERRUN, "audioc buffer overrun"), \ @@ -107,6 +106,10 @@ extern const char **para_errlist[]; PARA_ERROR(CLIENT_AUTH, "authentication failed"), \ PARA_ERROR(SHORT_CLIENT_WRITE, "short client write"), \ PARA_ERROR(NO_CONFIG, "config file not found"), \ + PARA_ERROR(SERVER_EOF, "connection closed by para_server"), \ + PARA_ERROR(INPUT_EOF, "end of input"), \ + PARA_ERROR(HANDSHAKE_COMPLETE, ""), /* not really an error */ \ + #define SCHED_ERRORS \ PARA_ERROR(TASK_KILLED, "task killed"), \