Parent Directory
|
Revision Log
|
Patch
| Revision 1.23 by sysadm, Tue May 6 05:31:26 2025 UTC | Revision 1.24 by sysadm, Wed May 7 05:35:01 2025 UTC | |
|---|---|---|
| # | Line 157 int main(int argc, char *argv[]) | Line 157 int main(int argc, char *argv[]) |
| 157 | // Wait for child process exit | // Wait for child process exit |
| 158 | while (SYS_child_process_count > 0) | while (SYS_child_process_count > 0) |
| 159 | { | { |
| 160 | log_std("Waiting for %d child process to exit\n", SYS_child_process_count); | |
| 161 | sleep(1); | sleep(1); |
| 162 | } | } |
| 163 | ||
| 164 | // Cleanup | // Cleanup |
| 165 | unload_menu(&bbs_menu); | unload_menu(&bbs_menu); |
| 166 | ||
| 167 | log_std("Main process exit\n"); | |
| 168 | ||
| 169 | return 0; | return 0; |
| 170 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |