New IPC error codes: ESRCDIED, EDSTDIED, ETRAPDENIED.

New getsysinfo type to get DS store contents from IS.
New Data Store (DS) server message types and arguments.
This commit is contained in:
Jorrit Herder
2005-10-20 20:34:34 +00:00
parent 1058d49249
commit e6c1aeade0
4 changed files with 36 additions and 13 deletions

View File

@@ -111,6 +111,9 @@ extern int errno; /* place where the error numbers go */
#define EDEADSRCDST (_SIGN 105) /* source or destination is not alive */
#define ENOTREADY (_SIGN 106) /* source or destination is not ready */
#define EBADREQUEST (_SIGN 107) /* destination cannot handle request */
#define ESRCDIED (_SIGN 108) /* source just died */
#define EDSTDIED (_SIGN 109) /* destination just died */
#define ETRAPDENIED (_SIGN 110) /* IPC trap not allowed */
#define EDONTREPLY (_SIGN 201) /* pseudo-code: don't send a reply */
#endif /* _ERRNO_H */