提交 17c37031 编写于 作者: N Nikolay Shirokovskiy 提交者: Maxim Nestratov

vz: fix const correctness case

Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
上级 34075acf
......@@ -160,7 +160,7 @@ vzGetOutput(const char *binary, ...)
}
virDomainObjPtr
vzNewDomain(vzDriverPtr driver, char *name, const unsigned char *uuid)
vzNewDomain(vzDriverPtr driver, const char *name, const unsigned char *uuid)
{
virDomainDefPtr def = NULL;
virDomainObjPtr dom = NULL;
......
......@@ -124,7 +124,7 @@ vzDestroyDriverConnection(void);
virDomainObjPtr
vzNewDomain(vzDriverPtr driver,
char *name,
const char *name,
const unsigned char *uuid);
int
vzInitVersion(vzDriverPtr driver);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册