From 208c9d1b7c23e112d2fb83660fa23f2918c4c15b Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 22 Jun 2012 14:36:09 -0400 Subject: qapi: Convert getfd and closefd Signed-off-by: Corey Bryant Signed-off-by: Luiz Capitulino --- hmp-commands.hx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index f5d9d91de8..eea8b32894 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1236,8 +1236,7 @@ ETEXI .args_type = "fdname:s", .params = "getfd name", .help = "receive a file descriptor via SCM rights and assign it a name", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_getfd, + .mhandler.cmd = hmp_getfd, }, STEXI @@ -1253,8 +1252,7 @@ ETEXI .args_type = "fdname:s", .params = "closefd name", .help = "close a file descriptor previously passed via SCM rights", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_closefd, + .mhandler.cmd = hmp_closefd, }, STEXI -- cgit v1.2.1