Kirk McKusick c8cc568961 Provide an interface that allows GEOM modules to return multiple messages.
The gctl_error() function provides GEOM modules with the ability
to report only a single message. When running with the verbose
flag, commands that handle multiple devices may want to report a
message for each of the devices on which it operates. This commit
adds the gctl_msg() function that can be called multiple times
to post messages. When finished issuing messages, the application
must either call gctl_post_messages() or call gctl_error() to cause
the messages to be reported to the calling process.

Tested by:    Peter Holm
2022-02-19 21:33:02 -08:00
..
2022-01-26 10:54:45 -05:00
2021-12-03 23:40:24 -07:00
2019-06-25 04:50:09 +00:00
2022-01-29 22:12:43 -05:00
2022-01-29 22:12:43 -05:00
2021-11-18 05:02:59 +02:00