]> git.decadent.org.uk Git - nfs-utils.git/commit
statd: Support TI-RPC statd listener
authorChuck Lever <chuck.lever@oracle.com>
Thu, 14 Jan 2010 17:24:39 +0000 (12:24 -0500)
committerSteve Dickson <steved@redhat.com>
Fri, 15 Jan 2010 19:55:52 +0000 (14:55 -0500)
commit7dd134204d88c22b414a4ecfcd986efb57fedebf
tree6bd69aac2d908848a019394121de166b9fa7548a
parente2446fda6e7cdb1b9462162b81b0e50fd6efaf56
statd: Support TI-RPC statd listener

If TI-RPC is available, use it to create statd's svc listener.  If
not, use the old function, rpc_init(), to create statd's listener.

IPv6 can be supported if TI-RPC is available.  In this case,
/etc/netconfig is searched to determine which transports to advertise.

Add the new listener creation API in libnfs.a since other components
of nfs-utils (such as rpc.mountd) will eventually want to share it.

A little re-arrangement of when the statd listener is created is done
to make unregistration of the statd service more reliable.  As it is
now, the statd service is never unregistered when it exits.  After it
is gone, other programs usually hang when trying to access statd or
see if it's running, since the registration is still there but statd
itself does not respond.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
support/include/rpcmisc.h
support/nfs/Makefile.am
support/nfs/svc_create.c [new file with mode: 0644]
utils/statd/statd.c