提交 7ddf7cbf 编写于 作者: M Michal Privoznik

RPC: Introduce virNetStreamHole

This is going to be RPC representation for virStreamSendHole.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 5f4f9d87
......@@ -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;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册