From: Andre Noll Date: Sat, 7 Sep 2013 00:05:40 +0000 (+0000) Subject: net: Split makesock(), part 2: Introduce makesock_addrinfo(). X-Git-Tag: v0.5.2~11^2~15 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=82f292e24ec2b252f56d2720797d3348b0512b07;hp=82f292e24ec2b252f56d2720797d3348b0512b07;ds=sidebyside 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. ---