| 3 |
* test_file_loader |
* test_file_loader |
| 4 |
* - tester for shared memory based file loader |
* - tester for shared memory based file loader |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 73 |
|
|
| 74 |
if (detach_file_shm(p_shm) < 0) |
if (detach_file_shm(p_shm) < 0) |
| 75 |
{ |
{ |
| 76 |
log_error("detach_file_shm(%s) error\n", files[i]); |
log_error("detach_file_shm(%s) error", files[i]); |
| 77 |
} |
} |
| 78 |
} |
} |
| 79 |
} |
} |
| 123 |
|
|
| 124 |
if (detach_file_shm(p_shm) < 0) |
if (detach_file_shm(p_shm) < 0) |
| 125 |
{ |
{ |
| 126 |
log_error("detach_file_shm(%s) error\n", files[i]); |
log_error("detach_file_shm(%s) error", files[i]); |
| 127 |
} |
} |
| 128 |
} |
} |
| 129 |
} |
} |