mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 09:55:18 +00:00
Fix signature of dummy virNetlinkCommand stub
The second param of virNetlinkCommand should be struct nlmsghdr, not unsigned char. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
fd856af62b
commit
3f85de5292
@ -752,7 +752,7 @@ virNetlinkShutdown(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int virNetlinkCommand(struct nl_msg *nl_msg ATTRIBUTE_UNUSED,
|
int virNetlinkCommand(struct nl_msg *nl_msg ATTRIBUTE_UNUSED,
|
||||||
unsigned char **respbuf ATTRIBUTE_UNUSED,
|
struct nlmsghdr **resp ATTRIBUTE_UNUSED,
|
||||||
unsigned int *respbuflen ATTRIBUTE_UNUSED,
|
unsigned int *respbuflen ATTRIBUTE_UNUSED,
|
||||||
uint32_t src_pid ATTRIBUTE_UNUSED,
|
uint32_t src_pid ATTRIBUTE_UNUSED,
|
||||||
uint32_t dst_pid ATTRIBUTE_UNUSED,
|
uint32_t dst_pid ATTRIBUTE_UNUSED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user