X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=98ca4ec6adb25fb106da7874262afc1f2829c398;hp=0c4a05f41dc6f72aee850fa7e1f91f7446b55a14;hb=d1bfba58e0a93444c7381e9029eda5e786b2fa02;hpb=730cb7dd464355316ee30846a3d2e91f22b4f7e1 diff --git a/error.h b/error.h index 0c4a05f4..98ca4ec6 100644 --- a/error.h +++ b/error.h @@ -233,6 +233,7 @@ extern const char **para_errlist[]; PARA_ERROR(SEM_REMOVE, "can not remove semaphore"), \ PARA_ERROR(SHM_GET, "failed to allocate shared memory area"), \ PARA_ERROR(SHM_DESTROY, "failed to destroy shared memory area"), \ + PARA_ERROR(SHM_ATTACH, "can not attach shared memory area"), \ PARA_ERROR(SHM_DETACH, "can not detach shared memory area"), \ /* these do not need error handling (yet) */