From 25c9ad093668f58068907961dc60910767c033ea Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 13 Jan 2024 00:24:31 -0800 Subject: [PATCH] Fix minor error Signed-off-by: John Nunley --- src/sources/ping/iocp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sources/ping/iocp.rs b/src/sources/ping/iocp.rs index 79b88b5f..4d20ec38 100644 --- a/src/sources/ping/iocp.rs +++ b/src/sources/ping/iocp.rs @@ -120,7 +120,7 @@ impl EventSource for PingSource { poll_state.packet.event().key, token ); - return Ok(PostAction::Continue); + return Ok(crate::PostAction::Continue); } // Tell if we are registered.