X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=ed905a108dffe5be44e4cc8051da0582e144262b;hp=3dfee0dda071d56462fc2ab93d81390bc6002c3c;hb=0a5226b8f6b9131024893f35de615d0b829afe27;hpb=b62e2796b85c7d7f3138fe729f4637853e0fafe0 diff --git a/error.h b/error.h index 3dfee0dd..ed905a10 100644 --- a/error.h +++ b/error.h @@ -231,9 +231,9 @@ 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"), \ + PARA_ERROR(SCHED_SHUTDOWN, "scheduler was shut down"), \ #define NET_ERRORS \ @@ -351,6 +351,8 @@ extern const char **para_errlist[]; #define OGG_AFH_ERRORS \ PARA_ERROR(VORBIS, "vorbis synthesis header-in error (not vorbis?)"), \ + PARA_ERROR(OGG_PACKET_IN, "ogg_stream_packetin() failed"), \ + PARA_ERROR(OGG_STREAM_FLUSH, "ogg_stream_flush() failed"), \ #define VSS_ERRORS \