Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Wed Oct 22 07:16:48 2025 UTC | Revision 1.7 by sysadm, Wed Oct 22 10:38:23 2025 UTC | |
|---|---|---|
| # | Line 70 typedef struct user_online_info_t USER_O | Line 70 typedef struct user_online_info_t USER_O |
| 70 | struct user_online_list_t | struct user_online_list_t |
| 71 | { | { |
| 72 | USER_ONLINE_INFO users[BBS_max_user_online_count]; | USER_ONLINE_INFO users[BBS_max_user_online_count]; |
| 73 | USER_INFO_INDEX_UID index_uid[BBS_max_user_count]; | |
| 74 | int32_t user_count; | int32_t user_count; |
| 75 | }; | }; |
| 76 | typedef struct user_online_list_t USER_ONLINE_LIST; | typedef struct user_online_list_t USER_ONLINE_LIST; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |