diff options
| author | Max Audron <audron@cocaine.farm> | 2021-12-01 16:30:21 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-12-01 16:30:21 +0100 |
| commit | e70d4e7e7b457306d4580fd8530851867e819b63 (patch) | |
| tree | 1c690a99ef3c792c05e4f82d93b418b016cbc58d /src/message/signalproxy/objects/mod.rs | |
| parent | add more bufferview details and fix logging (diff) | |
split bufferview into sepperate files
Diffstat (limited to '')
| -rw-r--r-- | src/message/signalproxy/objects/mod.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/message/signalproxy/objects/mod.rs b/src/message/signalproxy/objects/mod.rs index 0b647f9..743392f 100644 --- a/src/message/signalproxy/objects/mod.rs +++ b/src/message/signalproxy/objects/mod.rs @@ -1,6 +1,7 @@ mod aliasmanager; mod buffersyncer; -mod bufferview; +mod bufferviewmanager; +mod bufferviewconfig; mod certmanager; mod coreinfo; mod highlightrulemanager; @@ -15,7 +16,8 @@ use std::convert::TryInto; pub use aliasmanager::*; pub use buffersyncer::*; -pub use bufferview::*; +pub use bufferviewmanager::*; +pub use bufferviewconfig::*; pub use certmanager::*; pub use coreinfo::*; pub use highlightrulemanager::*; |
