]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
daemon: add helper function named_sock_setup
authorAlexander Sulfrian <alexander@sulfrian.net>
Mon, 30 Aug 2010 11:30:50 +0000 (13:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Sep 2010 18:04:02 +0000 (11:04 -0700)
commit2caa321503cbb6dfd3867d5befe615ae541a77b3
tree1cf815f99bae182833e1859c9506309cb9552c77
parent515cc0101943b766fde7aa894827119e332ec033
daemon: add helper function named_sock_setup

Add named_sock_setup as helper function for socksetup to make it
easier to create more than one listen sockets. named_sock_setup could
be called more than one time and add the new sockets to the supplied
socklist_p.

Signed-off-by: Alexander Sulfrian <alexander@sulfrian.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
daemon.c