-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
BooleanByReference #721
Comments
You'd probably want it to be On Mon, Oct 31, 2016 at 4:03 AM, Giuseppe Barbieri <[email protected]
|
Yes. But I can't find it in 4.2.2 .. has it been introduced later than that? |
BoolByReference doesn't exist. You'd need to submit a PR (and tests) to On Tue, Nov 1, 2016 at 3:51 AM, Giuseppe Barbieri [email protected]
|
It seems implemented. Thanks to everyone 👍 |
Motivation: We need to also retain a mapping for the original dcid as there might be multiple INITIAL packets Modifications: Correctly add mapping for original dcid Result: Be able to handle multiple INITIAL packets
I am doing the kotlin port of openvr
I saw a couple of
bool *
, like here.I am using right now a
ByteByReference
(forbool
I am using simplyboolean
), but I was wondering if it could be possibile to emulate also those with a properBooleanByReference
classThe text was updated successfully, but these errors were encountered: