]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found