From 2eaee55942c4bc2dde3fa78549376ee3312edf09 Mon Sep 17 00:00:00 2001 From: Craig Bidstrup Date: Mon, 27 May 2019 00:14:31 +0100 Subject: [PATCH] nix::poll::EventFlags renamed to nix::poll::PollFlags --- examples/monitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/monitor.rs b/examples/monitor.rs index 317b95e..672e8b1 100644 --- a/examples/monitor.rs +++ b/examples/monitor.rs @@ -15,7 +15,7 @@ use quicli::prelude::*; use nix::poll::*; use std::os::unix::io::{AsRawFd}; -type PollEventFlags = nix::poll::EventFlags; +type PollEventFlags = nix::poll::PollFlags; #[derive(Debug, StructOpt)] struct Cli {