Create a new function messaging_client_init() which can be used when
authorabartlet <abartlet@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 3 Feb 2006 22:30:30 +0000 (22:30 +0000)
committerabartlet <abartlet@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 3 Feb 2006 22:30:30 +0000 (22:30 +0000)
commit4faa69bf4703f0e40f788de445fbf8385dcad4ca
tree96b097d36ec4ab2611bda04bb0aff5060747c23d
parent63b9ff09c4254f459dee8c68deecb2dd6a2f5dcc
Create a new function messaging_client_init() which can be used when
we don't have a server messaging context.  We should replace the
datagram messages with stream sockets in this case, so we don't have
to create a unique socket.

Andrew Bartlett

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@13317 0c0555d6-39d7-0310-84fc-f1cc0bd64818
source/lib/messaging/irpc.h
source/lib/messaging/messaging.c
source/libnet/libnet_lookup.c