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)
commit2365abaa991d57d68c6ebe9be608e01c907102eb
tree15977de5c20e6d43b5102653569271e0f7ab98b1
parent14b485ba9c72a654e5cf9e61f71fd0fb502d603b
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.
31 files changed:
source/auth/auth_winbind.c
source/lib/messaging/config.mk
source/lib/messaging/irpc.h
source/lib/messaging/messaging.c
source/libcli/finddcs.c
source/librpc/idl/misc.idl
source/librpc/idl/notify.idl
source/librpc/idl/opendb.idl
source/main.mk
source/ntvfs/common/brlock.c
source/ntvfs/common/notify.c
source/ntvfs/common/opendb.c
source/ntvfs/ntvfs.h
source/ntvfs/ntvfs_base.c
source/ntvfs/posix/pvfs_wait.c
source/rpc_server/dcerpc_server.c
source/rpc_server/dcerpc_server.h
source/scripting/ejs/smbcalls_rpc.c
source/smb_server/smb/negprot.c
source/smbd/process_model.h
source/smbd/process_single.c
source/smbd/process_standard.c
source/smbd/service_stream.c
source/smbd/service_stream.h
source/smbd/service_task.c
source/smbd/service_task.h
source/torture/local/irpc.c
source/torture/local/messaging.c
source/winbind/wb_dom_info.c
source/wrepl_server/wrepl_apply_records.c
source/wrepl_server/wrepl_scavenging.c