commit | a2876f595bb9661806f577cc3c0f9789975b18df | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Oct 07 13:41:53 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 08 21:17:18 2009 -0500 |
tree | a0a0ba957ef802ea619251a95e314272100e3be7 | |
parent | af4ce882d530d4aa9ed26de3423a36e4a156d0a5 [diff] |
monitor: Add user_print() to mon_cmd_t This new struct member will store a pointer to a function that should be used to output data in the user protocol format. It will also serve as a flag to say if a given handler has already been converted to the new QObject style. Patchworks-ID: 35339 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>