]> git.sur5r.net Git - openldap/commit
sockpair cleanup including:
authorKurt Zeilenga <kurt@openldap.org>
Tue, 31 Aug 1999 05:18:06 +0000 (05:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 31 Aug 1999 05:18:06 +0000 (05:18 +0000)
commitb509dd4d8cbd8b8e388a02ca9d8f7eaa5d8b21fa
tree8324144c1f098993864c66c5d8260864591aa5a4
parent0319dcad1779ba1301b44b9017d937608f86c861
sockpair cleanup including:
provide prototype in lutil.h
use LBER_SOCKET_T instead of int in prototype.  (didn't use
ber_socket_t so all of lber.h wouldn't have be dragged in)
rename signal handlers, use RETSIGTYPE, and make SIGHUP wake
rename fd to sd to reflect descriptor must be usable as a socket.
renamed sel_exit_fds to wake_sds to reflect current use
improve readability of sockpeer.c including removing obtuse goto.
include/lutil.h
libraries/liblutil/sockpair.c
servers/slapd/daemon.c
servers/slapd/main.c
servers/slapd/proto-slap.h