lib/util Bring procid_str() into lib/util as server_id_string() merge-server_id
authorAndrew Bartlett <abartlet@samba.org>
Wed, 8 Jun 2011 04:05:55 +0000 (14:05 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 8 Jun 2011 04:49:31 +0000 (14:49 +1000)
commit0894214016b4c4d5a170f88d7c2c8dad30d2c605
treeb6366cc641722a483b3845f2aa8a3e130d6d944d
parent503a6f37993a741e0923dec9f6fd20a2fd57d7cc
lib/util Bring procid_str() into lib/util as server_id_string()

This is needed for OpenChange, which prints Samba struct server_id
values in debug messages.

Andrew Bartlett
22 files changed:
lib/util/server_id.c [new file with mode: 0644]
lib/util/util.h
lib/util/wscript_build
librpc/idl/server_id.idl
source3/Makefile.in
source3/include/messages.h
source3/include/proto.h
source3/lib/g_lock.c
source3/lib/util.c
source3/locking/brlock.c
source3/smbd/oplock.c
source3/smbd/sesssetup.c
source3/utils/net_g_lock.c
source3/utils/net_serverid.c
source3/utils/smbcontrol.c
source4/cluster/cluster.c
source4/cluster/cluster.h
source4/cluster/cluster_private.h
source4/cluster/local.c
source4/lib/messaging/messaging.c
source4/smb_server/smb/receive.c
source4/smbd/service_stream.c