mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
RPC: fix argument's name
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user