[pve-devel] [PATCH qemu-server 05/11] qmp client: remove erroneous comment
Fiona Ebner
f.ebner at proxmox.com
Mon May 5 14:57:18 CEST 2025
This is most likely a left-over from copy-pasting from an example in
the 'IO::Multiplex' man page. In particular, the method is not called
every second.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
PVE/QMPClient.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm
index abed1f01..eefd17a5 100644
--- a/PVE/QMPClient.pm
+++ b/PVE/QMPClient.pm
@@ -460,7 +460,6 @@ sub mux_input {
&$check_queue($self);
}
-# This gets called every second to update player info, etc...
sub mux_timeout {
my ($self, $mux, $fh) = @_;
--
2.39.5
More information about the pve-devel
mailing list