1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00

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.
This commit is contained in:
Andrew Tridgell
-
parent fb48efaf83
commit 2a34ee95f3
12 changed files with 306 additions and 101 deletions

View File

@@ -612,6 +612,7 @@ extern int errno;
#include "trans2.h"
#include "nterr.h"
#include "secrets.h"
#include "messages.h"
#include "util_list.h"
#ifndef UBI_BINTREE_H