]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
unregister_task(): Set error status to E_TASK_UNREGISTERED
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 6b8403d1a91c3fd67e2a73f5e971f07896970e43..c2f993d0bd8707f8c4efe2a4d7d48147ed9df438 100644 (file)
--- 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"), \