autocommit 2022-03-09 14:01:21 CET
This commit is contained in:
parent
aa0cb94143
commit
4df6b559b7
32 changed files with 1121 additions and 172 deletions
|
|
@ -14,9 +14,9 @@ use uapi::{c, OwnedFd};
|
|||
#[derive(Debug, Error)]
|
||||
pub enum WheelError {
|
||||
#[error("Could not create the timerfd: {0}")]
|
||||
CreateFailed(std::io::Error),
|
||||
CreateFailed(crate::utils::oserror::OsError),
|
||||
#[error("Could not set the timerfd: {0}")]
|
||||
SetFailed(std::io::Error),
|
||||
SetFailed(crate::utils::oserror::OsError),
|
||||
#[error("The timerfd is in an error state")]
|
||||
ErrorEvent,
|
||||
#[error("An event loop error occurred: {0}")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue