maint: Prohibit "devname" by a syntax check rules

and tweak the code to avoid using it.
This commit is contained in:
Peter Krempa
2014-10-01 16:07:46 +02:00
parent 72945c0629
commit 92427948b3
10 changed files with 29 additions and 19 deletions

View File

@@ -5601,7 +5601,7 @@ typedef enum {
} virDomainConsoleFlags;
int virDomainOpenConsole(virDomainPtr dom,
const char *devname,
const char *dev_name,
virStreamPtr st,
unsigned int flags);