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

Helpers to work with eventpoll subsystem #83

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

imran-kn
Copy link
Contributor

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 28, 2024
@imran-kn imran-kn requested review from biger410 and brenns10 May 3, 2024 14:42
@brenns10 brenns10 mentioned this pull request Jun 21, 2024
@brenns10 brenns10 added this to the drgn-tools next milestone Jul 22, 2024
Copy link
Member

@biger410 biger410 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imran-kn These helpers functions looks good to me. I am trying to understand whether the output of these helpers will help troubleshooting the issue you ever fixed, can you explain? Thanks.

)
for fd, file in file_list:
path = d_path(file.f_path)
escaped_path = escape_ascii_string(path, escape_backslash=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose the watched file should be socket or pipe? Wondering what kind of output will it be? Can you show an example of the output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants