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

Comparing projects/libstatgrab/src/libstatgrab/disk_stats.c (file contents):
Revision 1.1 by pajs, Tue Feb 18 19:28:30 2003 UTC vs.
Revision 1.3 by tdb, Thu Feb 20 13:19:52 2003 UTC

# Line 25 | Line 25
25   #include "statgrab.h"
26   #include <stdlib.h>
27   #include <stdio.h>
28 #include "ukcprog.h"
28   #include <string.h>
29  
30   #ifdef SOLARIS
# Line 154 | Line 153 | disk_stat_t *get_disk_stats(int *entries){
153  
154          return disk_stats;
155  
156 + }
157 +
158 + diskio_stat_t *get_diskio_stats(int *entries){
159 +
160 +        /* Do jibble */
161 +        return NULL;
162   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines