1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

Add bcast_msg_flags to connection struct. Allows sender to filter when

sending broadcast messages. Also initial cut-down of printing notify
messages (not yet finished).
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 13dc9e37d2
commit aca3337196
9 changed files with 59 additions and 28 deletions

View File

@@ -718,6 +718,7 @@ struct connections_data {
char addr[24];
char machine[FSTRING_LEN];
time_t start;
uint32 bcast_msg_flags;
};