add unix listener, split win/unix into separate submodules
This commit is contained in:
@@ -244,6 +244,7 @@ pub enum ClientInfoError {
|
||||
ParentPidNotFound,
|
||||
#[error("Found PID for parent process of client, but no corresponding process")]
|
||||
ParentProcessNotFound,
|
||||
#[cfg(windows)]
|
||||
#[error("Could not determine PID of connected client")]
|
||||
WindowsError(#[from] windows::core::Error),
|
||||
#[error(transparent)]
|
||||
|
Reference in New Issue
Block a user