/[LeafOK_CVS]/lbbs/include/user_list.h
ViewVC logotype

Diff of /lbbs/include/user_list.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.8 by sysadm, Wed Oct 22 11:48:04 2025 UTC Revision 1.9 by sysadm, Wed Oct 22 14:25:15 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];          USER_INFO_INDEX_UID index_uid[BBS_max_user_online_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;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1