Show
Ignore:
Timestamp:
04/10/04 23:39:38 (9 years ago)
Author:
alexcv
Message:

UserRights?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/userclasses.h

    r43 r45  
    3838 
    3939typedef struct _user_rights { 
     40        int     profile;        /* keyed to a global profile */ 
     41        time_t  start_time;     /* when connection started */ 
     42        time_t  end_time;       /* start_time + timeout */ 
    4043} UserRights; 
    4144