mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
- added the new messaging system, based on unix domain sockets. It gets over 10k messages/second on my laptop without any socket cacheing, which is better than I expected. - added a LOCAL-MESSAGING torture test
9 lines
223 B
Makefile
9 lines
223 B
Makefile
|
|
################################################
|
|
# Start SUBSYSTEM MESSAGING
|
|
[SUBSYSTEM::MESSAGING]
|
|
INIT_OBJ_FILES = \
|
|
lib/messaging/messaging.o
|
|
# End SUBSYSTEM MESSAGING
|
|
################################################
|