Skip to content

Commit

Permalink
refactor: make router::Meter public (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
henil committed Dec 2, 2022
1 parent dcb0cdc commit 5a53952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ rumqttc

rumqttd
-------
- Make router::Meter public (#521)
- Add meters related to router, subscriptions, and connections (#508)
- Allow multi-tenancy validation for mtls clients with `Org` set in certificates (#505)
- Add `tracing` for structured, context-aware logging (#499, #503)
Expand Down
3 changes: 1 addition & 2 deletions rumqttd/src/lib.rs
Expand Up @@ -34,8 +34,7 @@ pub type Cursor = (u64, u64);
pub use link::local;
pub use link::meters;

pub use router::GetMeter;
pub use router::Notification;
pub use router::{Notification, GetMeter, Meter};
pub use server::Broker;

#[derive(Debug, Default, Serialize, Deserialize, Clone)]
Expand Down

0 comments on commit 5a53952

Please sign in to comment.