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

Comparing projects/libstatgrab/src/libstatgrab/user_stats.c (file contents):
Revision 1.21 by ats, Mon Apr 5 00:59:11 2004 UTC vs.
Revision 1.22 by ats, Mon Apr 5 15:40:15 2004 UTC

# Line 44 | Line 44
44   #include <sys/unistd.h>
45   #endif
46  
47 < user_stat_t *get_user_stats(){
47 > sg_user_stats *sg_get_user_stats(){
48          int num_users = 0, pos = 0, new_pos;
49          VECTOR_DECLARE_STATIC(name_list, char, 128, NULL, NULL);
50 <        static user_stat_t user_stats;
50 >        static sg_user_stats user_stats;
51   #if defined(SOLARIS) || defined(LINUX) || defined(CYGWIN)
52          struct utmp *entry;
53   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines