]> git.tuebingen.mpg.de Git - paraslash.git/commit
Move send_buffer() and send_va_buffer() from net.c to fd.c.
authorAndre Noll <maan@systemlinux.org>
Tue, 6 Dec 2011 20:07:56 +0000 (21:07 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jan 2012 21:57:06 +0000 (22:57 +0100)
commit748d1368bc96dd7e1af879df1ea41b4d52842f7e
tree89d37681733fad82c7fcc351fbcfd2f10378120b
parentc59730ef3c559fd79784c55153410db592eebd68
Move send_buffer() and send_va_buffer() from net.c to fd.c.

These functions end up calling plain write(), hence they work on
arbitrary file descriptors, not just network sockets. So they really
belong to fd.c rather than to net.c. Rename the two functions to
write_buffer() and write_va_buffer().
client_common.c
command.c
fd.c
fd.h
http_recv.c
http_send.c
net.c
net.h
vss.c