mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
a147ef3837
* po/POTFILES.in: Add qemud/dispatch.c * qemud/dispatch.c, qemud/dispatch.h: Generic code handling dispatch of RPC messages. * qemud/Makefile.am: Add dispatch.c to build * qemud/qemud.c: Include dispatch.h * qemud/qemud.h: Remove remoteDispatchClientRequest, remoteRelayDomainEvent now in dispatch.h * qemud/remote.c: Remove remoteDispatchClientRequest, remoteRelayDomainEvent now in dispatch.c, and dispatch_args, dispatch_ret, dispatch_fn & dispatch_data now in remote.h * qemud/remote.h: Add typedefs for dispatch_args, dispatch_ret, dispatch_fn, dispath_data. Add remoteGetDispatchData() API
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
ChangeLog
|
|
docs/devhelp/libvirt-virterror.html
|
|
docs/html/libvirt-virterror.html
|
|
docs/libvirt-api.xml
|
|
docs/libvirt-refs.xml
|
|
include/libvirt/virterror.h
|
|
qemud/dispatch.c
|
|
src/virterror.c
|