mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
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.
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
|
|
################################################
|