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

Diff of /lbbs/src/main.c

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

Revision 1.40 by sysadm, Sun May 25 08:10:48 2025 UTC Revision 1.41 by sysadm, Sun May 25 08:15:03 2025 UTC
# Line 186  int main(int argc, char *argv[]) Line 186  int main(int argc, char *argv[])
186                  }                  }
187          }          }
188    
         log_std("Debug: trie dict nodes used = %d, limit = %d\n", trie_dict_used_nodes(), TRIE_NODE_PER_POOL);  
   
189          // Set signal handler          // Set signal handler
190          signal(SIGHUP, sig_hup_handler);          signal(SIGHUP, sig_hup_handler);
191          signal(SIGCHLD, sig_chld_handler);          signal(SIGCHLD, sig_chld_handler);


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

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