We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a project already consuming the nix crate, I'd like to use some of the accounting-related functions defined by POSIX in utmpx.h. For reference, see http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html.
nix
utmpx.h
In particular, I'd like to have enough logic to be able to safely call getutxent(3) and consume its result.
getutxent(3)
If you don't mind, I can start sketching some code for this and submit a PR once I have it working.
The text was updated successfully, but these errors were encountered:
Yeah, patches are always welcome.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In a project already consuming the
nix
crate, I'd like to use some of the accounting-related functions defined by POSIX inutmpx.h
.For reference, see http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html.
In particular, I'd like to have enough logic to be able to safely call
getutxent(3)
and consume its result.If you don't mind, I can start sketching some code for this and submit a PR once I have it working.
The text was updated successfully, but these errors were encountered: