-
Notifications
You must be signed in to change notification settings - Fork 7
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
Consider generalizing ifconfig_ioctlwrap
#45
Comments
Can you provide some example code which would benefit from making this change? |
Sounds reasonable, especially considering the underlying method it's abstracting. Thank you. :) I'll get around to processing this coding spree of yours once my dev environment is back up and running! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ifconfig_ioctlwrap
conveniently opens the right socket type and sets all of the error fields, but it only works for ioctls where the data field has typestruct ifreq
. I'm finding that the majority of ioctls I need to use don't use that data type. Would you agree to changeifconfig_ioctlwrap
's fourth argument to an opaquevoid*
?The text was updated successfully, but these errors were encountered: