Skip to content

Commit 2eaee55

Browse files
committed
nix::poll::EventFlags renamed to nix::poll::PollFlags
1 parent 8036d1c commit 2eaee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/monitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use quicli::prelude::*;
1515
use nix::poll::*;
1616
use std::os::unix::io::{AsRawFd};
1717

18-
type PollEventFlags = nix::poll::EventFlags;
18+
type PollEventFlags = nix::poll::PollFlags;
1919

2020
#[derive(Debug, StructOpt)]
2121
struct Cli {

0 commit comments

Comments
 (0)