eis/shm
Huamonarch b3932b0af8 Fix: update_cold must not overwrite SHM stat_values and fetch_mark
Mon's update_map_rule() called update_cold() which blindly copied
RuleStatLocal's stat_values (always empty in mon) and fetch_mark
(always false in mon) into SHM, destroying accumulated data and
breaking the mon-cron handshake.

stat_values and fetch_mark are managed exclusively by the
add_stat_value/get_stat_value handshake. The cold sync path only
needs to transport running_time and shear_times.
2026-05-13 11:22:42 +08:00
..
RuleStatShm.h Fix: update_cold must not overwrite SHM stat_values and fetch_mark 2026-05-13 11:22:42 +08:00
RuleStatShm.hbk Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
SerializeMap.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
shm_header.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
shmdir.sh Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
SingletonTemp.hpp Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
TaskData.h Fix: add default constructor to TaskRecord for map operator[] 2026-05-13 09:27:29 +08:00