CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/24 09:27:19
Modified files:
usr.sbin/vmd : proc.h vmd.c vmm.c
Log message:
Fix vmctl reload and reset hanging due to missing imsg.
My recent changes to improve vmd(8)'s proc.{c,h} inadvertently broke
replies to vmctl when processing reload and reset commands. Restore
the IMSG_NONE enum value and use it explicitly in areas checking
for the zero value.
ok hshoexer@
