mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
RPC: fix argument's name
This commit is contained in:
parent
ecde731c72
commit
586765fb65
@ -1042,8 +1042,8 @@ int virNetSocketAccept(virNetSocketPtr sock, virNetSocketPtr *clientsock)
|
||||
}
|
||||
|
||||
|
||||
static void virNetSocketEventHandle(int fd ATTRIBUTE_UNUSED,
|
||||
int watch ATTRIBUTE_UNUSED,
|
||||
static void virNetSocketEventHandle(int watch ATTRIBUTE_UNUSED,
|
||||
int fd ATTRIBUTE_UNUSED,
|
||||
int events,
|
||||
void *opaque)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user