commit | ad2e5b87d7d070cb4c0a3ba1c20a4ec5e6429301 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 11 09:26:06 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 12 12:29:44 2022 +0200 |
tree | c2465b06789d51e0adfe9a029631d016d6ccca15 | |
parent | 0c1450e2045e1a046854c34f34ed9f03dcdab0fb [diff] |
net: slirp: introduce a wrapper struct for QemuTimer This struct will be extended in the next few patches to support the new slirp_handle_timer() call. For that we need to store an additional "int" for each SLIRP timer, in addition to the cb_opaque. Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Marc-André Lureau <malureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>