]> Zhao Yanbai Git Server - minix.git/commitdiff
Added SI_* memory hole list type, to request a copy of
authorBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 12:45:31 +0000 (12:45 +0000)
committerBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 12:45:31 +0000 (12:45 +0000)
it via getsysinfo from PM.

include/unistd.h

index 6d9a6f2db3b2021ef65aac732fafd493ce1be54d..d89bdb476558f700e85eaaf5955d307a5cc1d0f2 100755 (executable)
@@ -40,6 +40,7 @@
 #define SI_PROC_ADDR      1    /* address of process table */
 #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 */
 
 /* NULL must be defined in <unistd.h> according to POSIX Sec. 2.7.1. */
 #define NULL    ((void *)0)