mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
1cd4339b9a
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 2365abaa99
)
16 lines
309 B
Makefile
16 lines
309 B
Makefile
|
|
################################################
|
|
# Start SUBSYSTEM MESSAGING
|
|
[SUBSYSTEM::MESSAGING]
|
|
OBJ_FILES = \
|
|
messaging.o
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBSAMBA-UTIL \
|
|
DB_WRAP \
|
|
NDR_IRPC \
|
|
UNIX_PRIVS \
|
|
UTIL_TDB \
|
|
CLUSTER
|
|
# End SUBSYSTEM MESSAGING
|
|
################################################
|