X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=98ca4ec6adb25fb106da7874262afc1f2829c398;hp=0c4a05f41dc6f72aee850fa7e1f91f7446b55a14;hb=091015d4e9639dec16e87dc5cca9a17176a10031;hpb=c141cc6915a32fb92766dc27f0df222d13f27d8b 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) */