Skip to content

Commit 66dada7

Browse files
committed
make shutdown field public
1 parent 282aa52 commit 66dada7

File tree

1 file changed

+1
-1
lines changed
  • roles/translator/src/lib

1 file changed

+1
-1
lines changed

roles/translator/src/lib/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub mod utils;
3333
pub struct TranslatorSv2 {
3434
config: ProxyConfig,
3535
reconnect_wait_time: u64,
36-
shutdown: Arc<Notify>,
36+
pub shutdown: Arc<Notify>,
3737
}
3838

3939
impl TranslatorSv2 {

0 commit comments

Comments
 (0)