This commit is contained in:
Michael Kerrisk 2008-08-06 20:46:09 +00:00
parent 9fcbe835d8
commit b05757449e
1 changed files with 10 additions and 10 deletions

View File

@ -206,18 +206,18 @@ feature test macro is defined:
.in +4n
struct shm_info {
int used_ids;/* # of currently existing
segments */
unsigned long shm_tot; /* Total number of shared
memory pages */
unsigned long shm_rss; /* # of resident shared
memory pages */
unsigned long shm_swp; /* # of swapped shared
memory pages */
int used_ids; /* # of currently existing
segments */
unsigned long shm_tot; /* Total number of shared
memory pages */
unsigned long shm_rss; /* # of resident shared
memory pages */
unsigned long shm_swp; /* # of swapped shared
memory pages */
unsigned long swap_attempts;
/* Unused since Linux 2.4 */
/* Unused since Linux 2.4 */
unsigned long swap_successes;
/* Unused since Linux 2.4 */
/* Unused since Linux 2.4 */
};
.in
.fi