mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
RPC: Introduce virNetStreamHole
This is going to be RPC representation for virStreamSendHole. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5f4f9d87a9
commit
7ddf7cbffd
@ -236,3 +236,8 @@ struct virNetMessageError {
|
||||
int int2;
|
||||
virNetMessageNetwork net; /* unused */
|
||||
};
|
||||
|
||||
struct virNetStreamHole {
|
||||
hyper length;
|
||||
unsigned int flags;
|
||||
};
|
||||
|
@ -42,3 +42,7 @@ struct virNetMessageError {
|
||||
int int2;
|
||||
virNetMessageNetwork net;
|
||||
};
|
||||
struct virNetStreamHole {
|
||||
int64_t length;
|
||||
u_int flags;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user