mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
qga: rename Error ** parameter to more common errp
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20191205174635.18758-13-vsementsov@virtuozzo.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
c9b13a51d5
commit
b90abbac0b
3 changed files with 8 additions and 8 deletions
|
@ -2794,7 +2794,7 @@ static double ga_get_login_time(struct utmpx *user_info)
|
|||
return seconds + useconds;
|
||||
}
|
||||
|
||||
GuestUserList *qmp_guest_get_users(Error **err)
|
||||
GuestUserList *qmp_guest_get_users(Error **errp)
|
||||
{
|
||||
GHashTable *cache = NULL;
|
||||
GuestUserList *head = NULL, *cur_item = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue