Parent Directory
|
Revision Log
|
Patch
| Revision 1.38 by sysadm, Sun May 18 07:51:17 2025 UTC | Revision 1.41 by sysadm, Sun May 25 08:15:03 2025 UTC | |
|---|---|---|
| # | Line 204 int net_server(const char *hostaddr, in_ | Line 204 int net_server(const char *hostaddr, in_ |
| 204 | ||
| 205 | for (int i = 0; i < data_files_load_startup_count; i++) | for (int i = 0; i < data_files_load_startup_count; i++) |
| 206 | { | { |
| 207 | if (load_file_shm(data_files_load_startup[i]) < 0) | if (load_file(data_files_load_startup[i]) < 0) |
| 208 | { | { |
| 209 | log_error("load_file_mmap(%s) error\n", data_files_load_startup[i]); | log_error("load_file_mmap(%s) error\n", data_files_load_startup[i]); |
| 210 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |