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