提交 e4c8b670 编写于 作者: M Martin Kletzander

protocol: Don't use rename as a variable name

That causes shadowing errors on older compilers.
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 01819756
......@@ -3237,7 +3237,7 @@ struct remote_domain_rename_args {
};
struct remote_domain_rename_ret {
int rename;
int retcode;
};
/*----- Protocol. -----*/
......
......@@ -2690,7 +2690,7 @@ struct remote_domain_rename_args {
u_int flags;
};
struct remote_domain_rename_ret {
int rename;
int retcode;
};
enum remote_procedure {
REMOTE_PROC_CONNECT_OPEN = 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册