提交 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, ...) ...@@ -160,7 +160,7 @@ vzGetOutput(const char *binary, ...)
} }
virDomainObjPtr virDomainObjPtr
vzNewDomain(vzDriverPtr driver, char *name, const unsigned char *uuid) vzNewDomain(vzDriverPtr driver, const char *name, const unsigned char *uuid)
{ {
virDomainDefPtr def = NULL; virDomainDefPtr def = NULL;
virDomainObjPtr dom = NULL; virDomainObjPtr dom = NULL;
......
...@@ -124,7 +124,7 @@ vzDestroyDriverConnection(void); ...@@ -124,7 +124,7 @@ vzDestroyDriverConnection(void);
virDomainObjPtr virDomainObjPtr
vzNewDomain(vzDriverPtr driver, vzNewDomain(vzDriverPtr driver,
char *name, const char *name,
const unsigned char *uuid); const unsigned char *uuid);
int int
vzInitVersion(vzDriverPtr driver); vzInitVersion(vzDriverPtr driver);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册