]> git.tue.mpg.de Git - paraslash.git/commit
net: Split makesock(), part 2: Introduce makesock_addrinfo().
authorAndre Noll <maan@systemlinux.org>
Sat, 7 Sep 2013 00:05:40 +0000 (00:05 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Dec 2013 19:52:47 +0000 (19:52 +0000)
commit82f292e24ec2b252f56d2720797d3348b0512b07
treed4a8a27a5715ea282cc84edbbc93cf1dd8317b0b
parent06e47cd5c6d93afa59eadfa6e2ee89b7415180e0
net: Split makesock(), part 2: Introduce makesock_addrinfo().

This extracts the addressinfo part of makesock() into the new
makesock_addrinfo().  Hence makesock() becomes a simple function
which first calls lookup_address(), then makesock_addrinfo().

The two helper functions lookup_address() and makesock_addrinfo()
can be made public once there is a need for them.
net.c