-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Finishing off the rest of src/*.rs #455
Conversation
There are some problems with porting over some of the interfaces where they don't have a UUID in the header describing them. Specifically: Is there something I'm missing or should these be declared differently? |
This should now build as I'm using all-zeroes for missing UUIDs and I cleaned up some other issues. Also, I redid |
4f634b1
to
2c9e63e
Compare
@retep998 Thanks! |
After this it's only the source files in
lib/
that need to be ported.98eab59 needs careful review since the datatype should actually be a
UNION2!
, but I'm not certain how to do that.8a1d180 I also need some help with since I didn't figure out how to use
UNION2!
to portsockaddr_in6
.Note that this builds off of #448 and #454, which is why it looks so huge. This is actually only the commits since 2233a23.