mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 05:37:19 +00:00
agent: import used check_agent_error method
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
50ecb1ba58
commit
ccd166381b
@ -6,7 +6,7 @@ use warnings;
|
||||
use PVE::RESTHandler;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
use PVE::QemuServer;
|
||||
use PVE::QemuServer::Agent qw(agent_available agent_cmd);
|
||||
use PVE::QemuServer::Agent qw(agent_available agent_cmd check_agent_error);
|
||||
use MIME::Base64 qw(encode_base64 decode_base64);
|
||||
use JSON;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user