CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/30 18:38:56
Modified files:
usr.sbin/vmctl : main.c vmctl.c vmctl.h
Log message:
vmctl(8): use imsg api to access data and metadata.
Similar to recent changes in vmd(8), stop vmctl(8) from accessing
the internals of imsg structures directly and only go through the
API surface.
Also introduces the unmarshalling functions from vmd(8) for pulling
scalars and objects out of a received imsg.
ok kirill@
