Skip to content
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

Shared Memory Get Size should not hardcode "/dev/shm" #6

Open
ryanpoulos opened this issue May 30, 2017 · 0 comments
Open

Shared Memory Get Size should not hardcode "/dev/shm" #6

ryanpoulos opened this issue May 30, 2017 · 0 comments
Assignees

Comments

@ryanpoulos
Copy link
Collaborator

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.

@ryanpoulos ryanpoulos self-assigned this May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant