r20646: first preparations for cluster enablement. This changes "
authorAndrew Tridgell <tridge@samba.org>
Wed, 10 Jan 2007 10:52:09 +0000 (10:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:23 +0000 (14:37 -0500)
commit1cd4339b9a2786aa26691ca4f02fa93ab0958b88
tree9b09324617e38a651de0a761b3c591fa7deff74a
parent848e236516ccc15864f7c3d2e05a905f6a81678e
r20646: first preparations for cluster enablement. This changes "
  uint32_t server_id
to
  struct server_id server_id;

which allows a server ID to have an node number. The node number will
be zero in non-clustered case. This is the most basic hook needed for
clustering, and ctdb.
(This used to be commit 2365abaa991d57d68c6ebe9be608e01c907102eb)
31 files changed:
source4/auth/auth_winbind.c
source4/lib/messaging/config.mk
source4/lib/messaging/irpc.h
source4/lib/messaging/messaging.c
source4/libcli/finddcs.c
source4/librpc/idl/misc.idl
source4/librpc/idl/notify.idl
source4/librpc/idl/opendb.idl
source4/main.mk
source4/ntvfs/common/brlock.c
source4/ntvfs/common/notify.c
source4/ntvfs/common/opendb.c
source4/ntvfs/ntvfs.h
source4/ntvfs/ntvfs_base.c
source4/ntvfs/posix/pvfs_wait.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/scripting/ejs/smbcalls_rpc.c
source4/smb_server/smb/negprot.c
source4/smbd/process_model.h
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/service_stream.c
source4/smbd/service_stream.h
source4/smbd/service_task.c
source4/smbd/service_task.h
source4/torture/local/irpc.c
source4/torture/local/messaging.c
source4/winbind/wb_dom_info.c
source4/wrepl_server/wrepl_apply_records.c
source4/wrepl_server/wrepl_scavenging.c