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

@@ -41,6 +41,7 @@
#define SI_PROC_TAB 2 /* copy of entire process table */
#define SI_DMAP_TAB 3 /* get device <-> driver mappings */
#define SI_MEM_ALLOC 4 /* get memory allocation data */
#define SI_DATA_STORE 5 /* get copy of data store */
/* NULL must be defined in <unistd.h> according to POSIX Sec. 2.7.1. */
#define NULL ((void *)0)