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

Comparing projects/cms/source/ihost/ihost.c (file contents):
Revision 1.35 by pajs, Sun Mar 9 21:04:20 2003 UTC vs.
Revision 1.36 by tdb, Mon Mar 10 08:18:17 2003 UTC

# Line 578 | Line 578 | int get_system_stats(int seq_no, ihost_state_t *ihost_
578                          y=page_stats->pages_pageout;
579                  }
580                  snprintf(tmp, size, \
581 <                        "<pages><swapins>%lld</swapins><swapouts>%lld</swapouts></pages>", \
581 >                        "<pages><pageins>%lld</pageins><pageouts>%lld</pageouts></pages>", \
582                          x, \
583                          y);
584          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines