]> git.ipfire.org Git - thirdparty/qemu.git/commit - monitor.c
Monitor: Rename monitor_handler_ported()
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 16 Sep 2010 13:58:59 +0000 (10:58 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commit9e80721effc4457c1fca38d3b3e9de6a32d5bcd7
treefc3218a297885dd47c1a0b1d7bc630f24c291fb3
parent0e19a62770a7a0876869432c69a5a5f2d7646e12
Monitor: Rename monitor_handler_ported()

That name makes no sense anymore, as dispatch tables have been split,
a better name is handler_is_qobject(), which really communicates
the handler's type.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c