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

Diff of /lbbs/include/section_list.h

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

Revision 1.36 by sysadm, Tue Nov 18 15:15:18 2025 UTC Revision 1.37 by sysadm, Thu Nov 20 03:38:49 2025 UTC
# Line 80  typedef struct section_list_t SECTION_LI Line 80  typedef struct section_list_t SECTION_LI
80    
81  struct section_list_pool_t  struct section_list_pool_t
82  {  {
83          int shmid;          size_t shm_size;
84          SECTION_LIST sections[BBS_max_section];          SECTION_LIST sections[BBS_max_section];
85          int section_count;          int section_count;
86          int semid;          int semid;


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

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