[Sysfence-commit] sysfence exit.h,1.4,1.5
Status: Alpha
Brought to you by:
emes
|
From: mkoperto <mko...@us...> - 2004-05-20 14:31:45
|
Update of /cvsroot/sysfence/sysfence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22032/sysfence Modified Files: exit.h Log Message: + IPC errors Index: exit.h =================================================================== RCS file: /cvsroot/sysfence/sysfence/exit.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- exit.h 1 Mar 2004 17:32:39 -0000 1.4 +++ exit.h 20 May 2004 14:31:35 -0000 1.5 @@ -26,6 +26,9 @@ #define EXIT_VALUE 22 #define EXIT_OPTION 23 +#define EXIT_SHM 31 +#define EXIT_SEM 32 + void bail_out (int excode, const char *details); /* $Id$ */ |