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 port_notify struct for illumos and Solaris #2042

Merged
merged 1 commit into from Jan 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/unix/solarish/mod.rs
Expand Up @@ -364,6 +364,11 @@ s! {
pub portev_user: *mut ::c_void,
}

pub struct port_notify {
pub portnfy_port: ::c_int,
pub portnfy_user: *mut ::c_void,
}

pub struct exit_status {
e_termination: ::c_short,
e_exit: ::c_short,
Expand Down