CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/14 02:51:11
Modified files:
usr.sbin/relayd: relayd.c relayd.h
Log message:
relayd: read parent_dispatch_pfe() payloads via the imsg getters
Use imsg_get_data() for the fixed-size messages and imsg_get_ibuf() for
the variable-length IMSG_CTL_RELOAD path, taking the config name from
the ibuf via ibuf_data()/ibuf_size().
Remove IMSG_SIZE_CHECK and IMSG_DATA_SIZE, no consumer left.
OK claudio
