Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add op::IGNORED #73

Merged
merged 1 commit into from
Jun 5, 2016
Merged

Add op::IGNORED #73

merged 1 commit into from
Jun 5, 2016

Conversation

jwilm
Copy link
Contributor

@jwilm jwilm commented Jun 4, 2016

inotify sometimes unwatches a file (ignores it) if it's been removed,
and the inotify IGNORED event is generated. This previously presented
itself from rsnotify as an Op with no bits set. Now, there is an
IGNORED Op so users can detect it.


This change is Reviewable

inotify sometimes unwatches a file (ignores it) if it's been removed,
and the inotify IGNORED event is generated. This previously presented
itself from rsnotify as an `Op` with no bits set. Now, there is an
IGNORED Op so users can detect it.
@passcod passcod added this to the 2.6.0 milestone Jun 5, 2016
@passcod passcod merged commit 5359fa4 into notify-rs:master Jun 5, 2016
@jwilm jwilm deleted the add-ignore-op branch June 5, 2016 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants