doc: Oversight when integrating winpipe
This commit is contained in:
parent
a4d83ec8d2
commit
c5b99db101
|
|
@ -100,7 +100,7 @@ impl From<service::Error> for Error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Wraps a [`UnixListener`] but tracks its origin.
|
/// Wraps a [`Listener`] but tracks its origin.
|
||||||
pub enum ControlSocket {
|
pub enum ControlSocket {
|
||||||
/// The listener was created by binding to it.
|
/// The listener was created by binding to it.
|
||||||
Bound(Listener, PathBuf),
|
Bound(Listener, PathBuf),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue