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 CloseWrite event flag (inotify, kqueue): file open for write has been closed. #331

Conversation

emcrisostomo
Copy link
Owner

  • Added event flag CloseWrite: file open for write has been closed.

  • kqueue_monitor: added support for CloseWrite, adding support for events of
    type NOTE_CLOSE_WRITE.

  • inotify_monitor: added support for CloseWrite, adding support for events of
    type IN_CLOSE_WRITE.

@emcrisostomo emcrisostomo merged commit 8f3fef5 into master Jan 10, 2025
5 checks passed
@emcrisostomo emcrisostomo deleted the 322-how-to-notify-for-write-operations-only-using-m-inotify_monitor-on-linux branch January 10, 2025 16:52
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.

How to notify for write operations only? (using -m inotify_monitor on linux)
1 participant