Modifying constructor for vl-msg structures.
(change-vl-msg x [:msg <msg>] [:args <args>])
This is an often useful alternative to make-vl-msg.
We construct a new vl-msg structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-msg (x &rest args) (std::change-aggregate 'vl-msg x args '((:msg . vl-msg->msg) (:args . vl-msg->args)) 'change-vl-msg 'nil))