# | Line 58 | Line 58 | typedef struct{ | |
---|---|---|
58 | #define MAX_LOGIN_NAME_SIZE 8 | |
59 | #endif | |
60 | ||
61 | – | typedef char name[MAX_LOGIN_NAME_SIZE+1]; |
62 | – | |
61 | typedef struct{ | |
62 | < | name *name_list; |
62 | > | char *name_list; |
63 | int num_entries; | |
64 | }user_stat_t; | |
65 | ||
# | Line 138 | Line 136 | general_stat_t *get_general_stats(); | |
136 | ||
137 | disk_stat_t *get_disk_stats(int *entries); | |
138 | diskio_stat_t *get_diskio_stats(int *entries); | |
139 | < | diskio_stat_t *get_diskio_stat_diff(int *entries); |
139 | > | diskio_stat_t *get_diskio_stats_diff(int *entries); |
140 | ||
141 | process_stat_t *get_process_stats(); | |
142 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |