mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
6591a22614
- 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 (This used to be commit 3af06478da7ab34a272226d8d9ac87e0a4940cfb)
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
|
|
################################################
|