1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-11 09:17:52 +03:00
libvirt/daemon
Daniel P. Berrange 4f17809a36 Handle outgoing data streams in libvirtd
* daemon/dispatch.c: Set streamTX flag on outgoing data packets
* daemon/qemud.h: Add streamTX flag to track outgoing data
* daemon/qemud.c: Re-enable further TX when outgoing data packet
  has been fully sent.
* daemon/stream.h, daemon/stream.c: Add method for enabling TX.
  Support reading from streams and transmitting data out to client
2009-09-29 15:48:58 +01:00
..
.gitignore Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
dispatch.c Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
dispatch.h Helper functions for processing data streams in libvirtd 2009-09-29 15:48:58 +01:00
event.c Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
event.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.aug Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.c Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
libvirtd.conf Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.h Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
libvirtd.init.in Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.logrotate.in Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.policy-0 Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.policy-1 Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.sasl Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.sysconf Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
Makefile.am Helper functions for processing data streams in libvirtd 2009-09-29 15:48:58 +01:00
mdns.c Rename daemon main code 2009-09-21 14:41:45 +01:00
mdns.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_args.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_prototypes.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_ret.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_table.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_generate_stubs.pl Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote.c Introduce virStrncpy. 2009-09-22 20:10:00 +02:00
remote.h Rename daemon main code 2009-09-21 14:41:45 +01:00
stream.c Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
stream.h Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
test_libvirtd.aug Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
THREADING.txt Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00