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:
@@ -718,6 +718,7 @@ struct connections_data {
|
||||
char addr[24];
|
||||
char machine[FSTRING_LEN];
|
||||
time_t start;
|
||||
uint32 bcast_msg_flags;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user