tracing fixes in unix poll; add some missing debug impls

This commit is contained in:
Pat Hickey
2020-08-25 11:29:34 -07:00
parent 963fe37eea
commit 930912f783
3 changed files with 16 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ pub(crate) struct ClockEventData {
pub(crate) userdata: types::Userdata,
}
#[derive(Debug)]
pub(crate) struct FdEventData {
pub(crate) handle: EntryHandle,
pub(crate) r#type: types::Eventtype,