diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-08-23 11:53:04 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-11-12 14:38:29 +0100 |
commit | 4057725f35abe00ea371f85c6e27dd25eafd9ddf (patch) | |
tree | d5024a69f3d463b13eb43261ebb8003eb8ec1e80 /hmp.h | |
parent | 17b6be4a7fc9db4f4c56908bab137d4c491471f1 (diff) |
hmp: add NBD server commands
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,5 +77,8 @@ void hmp_getfd(Monitor *mon, const QDict *qdict); void hmp_closefd(Monitor *mon, const QDict *qdict); void hmp_send_key(Monitor *mon, const QDict *qdict); void hmp_screen_dump(Monitor *mon, const QDict *qdict); +void hmp_nbd_server_start(Monitor *mon, const QDict *qdict); +void hmp_nbd_server_add(Monitor *mon, const QDict *qdict); +void hmp_nbd_server_stop(Monitor *mon, const QDict *qdict); #endif |