X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=e35952bd390aeb8ff5fab8c8b17c2ccbfe95f354;hp=3dfee0dda071d56462fc2ab93d81390bc6002c3c;hb=86611501af20b6b3eee45ac39a1daa7d50ada231;hpb=9417eae5ca2b9f10d25f769221e8fd91048bc68a diff --git a/error.h b/error.h index 3dfee0dd..e35952bd 100644 --- a/error.h +++ b/error.h @@ -230,10 +230,8 @@ 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 +349,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 \