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

Support H5Fget_filesize #119

Merged
merged 3 commits into from
Apr 10, 2024
Merged

Conversation

mattjala
Copy link
Collaborator

This does not trigger a rescan on the server, so it may return a slightly out-of-date value.

Resolves #117

@mattjala mattjala added the enhancement New feature or request label Jan 30, 2024
@mattjala mattjala mentioned this pull request Mar 4, 2024
* January, 2024
*/
const char *
file_optional_type_to_string(H5VL_optional_args_t optional_type)
Copy link
Collaborator

@jhendersonHDF jhendersonHDF Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just pass an RV_file_optional_args_t here so you don't need to define an enum value to determine which operation is being passed in? Or better yet just use definitions from H5VLnative.h.

@jhendersonHDF jhendersonHDF merged commit 1930a61 into HDFGroup:master Apr 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support H5Fget_filesize
2 participants