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

Diff of /lbbs/include/common.h

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

Revision 1.36 by sysadm, Thu May 29 09:44:01 2025 UTC Revision 1.37 by sysadm, Sun Jun 1 03:07:42 2025 UTC
# Line 62  extern int data_files_load_timeval_count Line 62  extern int data_files_load_timeval_count
62  #define SCREEN_COLS 80  #define SCREEN_COLS 80
63    
64  // Network  // Network
65    #define MAX_CLIENTS_LIMIT 2048
66  #define IP_ADDR_LEN 50  #define IP_ADDR_LEN 50
67  #define MAX_EVENTS 10  #define MAX_EVENTS 10
68    
# Line 83  extern void sig_chld_handler(int); Line 84  extern void sig_chld_handler(int);
84  extern volatile int SYS_server_exit;  extern volatile int SYS_server_exit;
85  extern volatile int SYS_child_process_count;  extern volatile int SYS_child_process_count;
86  extern volatile int SYS_child_exit;  extern volatile int SYS_child_exit;
87  extern volatile int SYS_menu_reload;  extern volatile int SYS_conf_reload;
88  extern volatile int SYS_data_file_reload;  extern volatile int SYS_data_file_reload;
89  extern volatile int SYS_section_list_reload;  extern volatile int SYS_section_list_reload;
90    


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

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