mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 07:46:53 +00:00
qmpclient-qga : cmdid : use integer instead string
qga client use only integer as id Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
f1f36aca43
commit
b1d8a6d44b
@ -108,7 +108,7 @@ sub cmd {
|
|||||||
my $cmdid_seq = 0;
|
my $cmdid_seq = 0;
|
||||||
my $next_cmdid = sub {
|
my $next_cmdid = sub {
|
||||||
$cmdid_seq++;
|
$cmdid_seq++;
|
||||||
return "$$:$cmdid_seq";
|
return "$$"."0".$cmdid_seq;
|
||||||
};
|
};
|
||||||
|
|
||||||
my $close_connection = sub {
|
my $close_connection = sub {
|
||||||
|
Loading…
Reference in New Issue
Block a user