diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-02-10 23:49:54 -0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 15:18:17 -0600 |
commit | aeb91c1e13d574ce71a408fb4cf836fbc45b40ab (patch) | |
tree | 35192599191fb50afec5d887e5f66e6a59bde51d /qemu-monitor.hx | |
parent | 6ad3ebd28e7fe261b3a99d033d8c990b1d93b366 (diff) |
Monitor: Convert do_closefd() to cmd_new_ret()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index e8e2ee1a28..6e84f76043 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -1100,7 +1100,7 @@ ETEXI .params = "closefd name", .help = "close a file descriptor previously passed via SCM rights", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_closefd, + .cmd_new_ret = do_closefd, }, STEXI |