/[LeafOK_CVS]/lbbs/src/common.c
ViewVC logotype

Diff of /lbbs/src/common.c

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

Revision 1.17 by sysadm, Fri May 9 11:21:11 2025 UTC Revision 1.20 by sysadm, Tue May 13 07:28:51 2025 UTC
# Line 35  int port_client; Line 35  int port_client;
35  // Global declaration for system  // Global declaration for system
36  volatile int SYS_server_exit = 0;  volatile int SYS_server_exit = 0;
37  volatile int SYS_child_process_count = 0;  volatile int SYS_child_process_count = 0;
38  volatile int SYS_child_exit_count = 0;  volatile int SYS_child_exit = 0;
39  volatile int SYS_menu_reload = 0;  volatile int SYS_menu_reload = 0;
40    
41  // Common function  // Common function
# Line 103  void sig_term_handler(int i) Line 103  void sig_term_handler(int i)
103    
104  void sig_chld_handler(int i)  void sig_chld_handler(int i)
105  {  {
106          SYS_child_exit_count++;          SYS_child_exit = 1;
107  }  }
108    
109  const char * ip_mask(char * s, int level, char mask)  const char * ip_mask(char * s, int level, char mask)


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

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