Parent Directory
|
Revision Log
|
Patch
| Revision 1.17 by sysadm, Wed Jun 4 13:42:53 2025 UTC | Revision 1.18 by sysadm, Wed Jun 4 14:43:46 2025 UTC | |
|---|---|---|
| # | Line 636 int section_list_loader_launch(void) | Line 636 int section_list_loader_launch(void) |
| 636 | { | { |
| 637 | SYS_child_process_count++; | SYS_child_process_count++; |
| 638 | section_list_loader_pid = pid; | section_list_loader_pid = pid; |
| 639 | log_common("Section list loader process (%d) start\n", pid); | log_common("Section list loader process (pid = %d) start\n", pid); |
| 640 | return 0; | return 0; |
| 641 | } | } |
| 642 | else if (pid < 0) // Error | else if (pid < 0) // Error |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |