]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make send_queued_chunks() public.
authorAndre Noll <maan@systemlinux.org>
Sat, 10 Jan 2009 17:03:24 +0000 (18:03 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 10 Jan 2009 17:03:24 +0000 (18:03 +0100)
commita94c0ad6767bf620e085a6c3c9bc3a5d16278801
tree4382d911d12c1d3d0d53da4e4aeda185ee764150
parentb74c8941e36860a34483782cf91e449212401664
Make send_queued_chunks() public.

The udp sender will start to use it soon. Make it take the fd and
the chunk queue instead of a struct sender_client as the udp sender
does not use struct sender_client.
send.h
send_common.c