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

Add and modify headers and documentation for BLOB support #80

Merged
merged 12 commits into from
Jan 16, 2025
Merged

Conversation

umegane
Copy link
Contributor

@umegane umegane commented Jan 16, 2025

Reflect API additions and changes for BLOB support

umegane added 12 commits January 8, 2025 15:56
Modified test cases to align with the updated specifications introduced by merging changes from the master branch.
These updates ensure compatibility with the new behavior and maintain test case validity.
- Added class `blob_pool` in blob_pool.h for creating, destroying, and provisionally registering BLOB data
- Added class `blob_file` in blob_file.h for accessing BLOB data
- Added methods `acquire_blob_pool()` and `get_blob_file(blob_id_type reference)` in datastore.h for obtaining BLOB pool and BLOB file respectively
- Changed the signature of the `add_entry` method in log_channel.h
- Created documentation blob-api.md describing these changes

Refer to the respective header files and documentation for more details.
@umegane
Copy link
Contributor Author

umegane commented Jan 16, 2025

Add and modify headers and documentation for BLOB support

@umegane umegane merged commit 89b4ae7 into master Jan 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant