config: add client-rule infrastructure
This commit is contained in:
parent
17e715cde4
commit
fd2163d658
32 changed files with 1804 additions and 27 deletions
|
|
@ -214,6 +214,10 @@ impl ConfigProxy {
|
|||
window_ids: NumCell::new(1),
|
||||
windows_from_tl_id: Default::default(),
|
||||
windows_to_tl_id: Default::default(),
|
||||
client_matcher_ids: NumCell::new(1),
|
||||
client_matchers: Default::default(),
|
||||
client_matcher_cache: Default::default(),
|
||||
client_matcher_leafs: Default::default(),
|
||||
});
|
||||
let init_msg = bincode_ops()
|
||||
.serialize(&InitMessage::V1(V1InitMessage {}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue