X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=0c862a57a4d8464784cd05ad927706b8d118d821;hb=50503de472aeb63f52c7ef6ba26e11b66f54c7bb;hp=7d10ff23a4cf10d7d57bd44c6234230dce97bd7c;hpb=e1dfa207b2f03e2c06ccfdc6c1c68598703ba4d1;p=paraslash.git diff --git a/error.h b/error.h index 7d10ff23..0c862a57 100644 --- a/error.h +++ b/error.h @@ -106,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"), \