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
I'm trying to use shared memory following this example. For this to work I need to create an XshmSegmentInfo and change the values of its fields.
XshmSegmentInfo
I have found a workaround: the definition can be copied and whenever a pointer to an XshmSegmentInfo is needed, the pointer can be cast to that type.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use shared memory following this example. For this to work I need to create an
XshmSegmentInfo
and change the values of its fields.I have found a workaround: the definition can be copied and whenever a pointer to an
XshmSegmentInfo
is needed, the pointer can be cast to that type.The text was updated successfully, but these errors were encountered: