You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain functions like npnt_alloc_and_get_fence_points which use pointers as arguments are actually pass by value of pointers - the actual corresponding members of the npnt structure will not get updated.
Either directly update those members using the npnt_handle structure, or assign the updated pointers back to the members of npnt_handle structure.
The text was updated successfully, but these errors were encountered:
Certain functions like npnt_alloc_and_get_fence_points which use pointers as arguments are actually pass by value of pointers - the actual corresponding members of the npnt structure will not get updated.
Either directly update those members using the npnt_handle structure, or assign the updated pointers back to the members of npnt_handle structure.
The text was updated successfully, but these errors were encountered: