X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=41ea245912f6e30d46fac54467447988bb0ffb37;hb=f45846b1a228c806424e6bf937ba09e648e87441;hp=6b8403d1a91c3fd67e2a73f5e971f07896970e43;hpb=335730538150250f32c0df0b184fb494e2bb0df3;p=paraslash.git diff --git a/error.h b/error.h index 6b8403d1..41ea2459 100644 --- a/error.h +++ b/error.h @@ -166,6 +166,7 @@ extern const char **para_errlist[]; #define SCHED_ERRORS \ PARA_ERROR(TASK_KILLED, "task killed"), \ + PARA_ERROR(TASK_UNREGISTERED, "task has been unscheduled"), \ PARA_ERROR(NO_SUCH_TASK, "task not found"), \ PARA_ERROR(NOT_INITIALIZED, "scheduler not yet initialized"), \ @@ -208,6 +209,8 @@ extern const char **para_errlist[]; PARA_ERROR(MISSING_COLON, "syntax error: missing colon"), \ PARA_ERROR(UNSUPPORTED_AUDIO_FORMAT, "given audio format not supported"), \ PARA_ERROR(NOT_PLAYING, "not playing"), \ + PARA_ERROR(AUDIOD_OFF, "audiod switched off"), \ + PARA_ERROR(STATUS_TIMEOUT, "timeout reading server status"), \ #define AUDIOD_COMMAND_ERRORS \