Changeset 45 for trunk/wifidog/src/userclasses.h
- Timestamp:
- 04/10/04 23:39:38 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/userclasses.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/userclasses.h
r43 r45 38 38 39 39 typedef 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 */ 40 43 } UserRights; 41 44
