Skip to content

Commit aefd10f

Browse files
authored
Apply suggestion from @CBenoit
1 parent cdd7dd4 commit aefd10f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ironrdp-dvc/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub trait DvcClientProcessor: DvcProcessor {}
2222

2323
pub trait DvcChannelListener: Send {
2424
fn channel_name(&self) -> &str;
25+
2526
/// Called for each incoming DYNVC_CREATE_REQ matching this name.
2627
/// Return `None` to reject (NO_LISTENER).
2728
fn create(&mut self) -> Option<Box<dyn DvcProcessor>>;

0 commit comments

Comments
 (0)