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

Report the liburing version when starting up #448

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

danielealbano
Copy link
Owner

This pull request includes changes to the src/program_startup_report.c file to add a new report for the liburing library version. The most important changes include adding the necessary include directive for liburing.h, defining a new function to log the liburing version, and calling this new function within the main program startup report function.

Additions related to liburing:

  • src/program_startup_report.c: Added #include <liburing.h> to include the necessary header for liburing functions.
  • src/program_startup_report.c: Defined a new function program_startup_report_machine_liburing() to log the liburing version using io_uring_major_version() and io_uring_minor_version().
  • src/program_startup_report.c: Updated the program_startup_report() function to call the newly defined program_startup_report_machine_liburing() function.

@danielealbano danielealbano enabled auto-merge (squash) January 2, 2025 11:45
@danielealbano danielealbano merged commit eb2f796 into main Jan 2, 2025
5 checks passed
@danielealbano danielealbano deleted the feat/report-liburing-version branch January 2, 2025 19:55
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