Skip to content

Commit

Permalink
nix::poll::EventFlags renamed to nix::poll::PollFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkdhmo committed May 26, 2019
1 parent 8036d1c commit 2eaee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2eaee55

Please sign in to comment.