the first cut of the internal messaging system.
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Sep 2000 07:02:43 +0000 (07:02 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Sep 2000 07:02:43 +0000 (07:02 +0000)
commit2a34ee95f3929cff131db6c5a2b4820194c05b2d
treefecc764ce6abab264d18b9ee9f4028f2c2253a25
parentfb48efaf830626f6ef05b88f5f8a74b932ceb257
the first cut of the internal messaging system.

The motivation for this system is to replace the UDP message for
oplocks, but this commit only does the "set debug level" message.
12 files changed:
source/Makefile.in
source/include/includes.h
source/include/messages.h [new file with mode: 0644]
source/include/proto.h
source/lib/debug.c
source/lib/messages.c [new file with mode: 0644]
source/locking/locking.c
source/nmbd/nmbd.c
source/nmbd/nmbd_packets.c
source/nsswitch/winbindd.c
source/smbd/process.c
source/smbd/server.c