mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +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. (This used to be commit 2365abaa991d57d68c6ebe9be608e01c907102eb)
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
|
|
################################################
|