X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=02f42246c97c9fda934a3b675008566eec351bf3;hp=0c7412681d4f9b637ab24a136d9461b83860842c;hb=5ceb90b647125035d52ae935a7fdae037b5b50a4;hpb=17c140cc24838c2b7049e2b4c17621f4284d53dc diff --git a/error.h b/error.h index 0c741268..02f42246 100644 --- a/error.h +++ b/error.h @@ -225,6 +225,7 @@ PARA_ERROR(TARGET_EXISTS, "requested target is already present"),\ PARA_ERROR(TARGET_NOT_FOUND, "requested target not found"), \ PARA_ERROR(TASK_STARTED, "task started"), \ + PARA_ERROR(DEADLY_SIGNAL, "termination request by signal"), \ PARA_ERROR(TOO_MANY_CLIENTS, "maximal number of stat clients exceeded"), \ PARA_ERROR(UCRED_PERM, "permission denied"), \ PARA_ERROR(UDP_OVERRUN, "output buffer overrun"), \