commit | 910df89d8767b68fabb36d785f8ea0458b41bda3 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Oct 07 13:41:51 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 08 21:17:18 2009 -0500 |
tree | 7254347feaec9ed02a5497316d1313c2d9578945 | |
parent | d7f9b68971d5f9111afeae03c61199346b868c13 [diff] |
monitor: union for info handlers This commit adds a union to mon_cmd_t for info handlers and converts do_info() and info_cmds[] array to use it. This improves type safety. Next commit will convert command handlers. Patchworks-ID: 35336 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>