X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=e35952bd390aeb8ff5fab8c8b17c2ccbfe95f354;hb=86611501af20b6b3eee45ac39a1daa7d50ada231;hp=5a2e39b468fa58d7cb66bc3ca07f71012b02c2e2;hpb=1c8226eae0e976d940366cd10bd708d8e4d0bca5;p=paraslash.git diff --git a/error.h b/error.h index 5a2e39b4..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 \