X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=02f42246c97c9fda934a3b675008566eec351bf3;hb=938a5d68c9bbdf422119fc9bcca2549e24b9a4e0;hp=0c7412681d4f9b637ab24a136d9461b83860842c;hpb=17c140cc24838c2b7049e2b4c17621f4284d53dc;p=paraslash.git 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"), \