ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/user_list.txt
Revision: 1.1
Committed: Sun Aug 24 20:20:09 2003 UTC (20 years, 9 months ago) by pajs
Content type: text/plain
Branch: MAIN
Log Message:
User docs

File Contents

# Content
1 user_stats() returns a static user_stat_t structure.
2
3 user_stat_t *get_user_stats();
4
5 typedef struct{
6 char *name_list;
7 int num_entries;
8 }user_stat_t;
9
10 name_list contains a list of all the logged in users. The
11 list is a single char * and the users are space seperated.
12
13 num_entries contains the number of users logged in.