ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/statgrab.c
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/statgrab.c (file contents):
Revision 1.10 by ats, Sat Oct 18 16:12:03 2003 UTC vs.
Revision 1.11 by ats, Sun Oct 19 01:25:55 2003 UTC

# Line 369 | Line 369 | void populate_page() {
369          if (page != NULL) {
370                  add_stat(LONG_LONG, &page->pages_pagein, "page", "in", NULL);
371                  add_stat(LONG_LONG, &page->pages_pageout, "page", "out", NULL);
372 <                add_stat(LONG_LONG, &page->systime, "page", "systime", NULL);
372 >                add_stat(TIME_T, &page->systime, "page", "systime", NULL);
373          }
374   }
375  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines