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
Currently, the Get Size VI in Shared Memory.lvlib has to manually build a path to the shared memory file in /dev/shm to use a File I/O VI to get the size. This function should use the already open file descriptor and not rely on the shm file being located at /dev/shm since that can technically change.
The text was updated successfully, but these errors were encountered:
Currently, the Get Size VI in Shared Memory.lvlib has to manually build a path to the shared memory file in /dev/shm to use a File I/O VI to get the size. This function should use the already open file descriptor and not rely on the shm file being located at /dev/shm since that can technically change.
The text was updated successfully, but these errors were encountered: