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

Fix ldms_xprt_connect_by_name() wrong xprt type handling in sync mode #1595

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

narategithub
Copy link
Collaborator

The application-facing xprts are now rails. However ldms_xprt_connect_by_name() handled it as xprt and consequently corrupt the rail structure. This patch moves the related code into ldms_rail.c and handle it as rail accordingly.

The application-facing xprts are now rails. However
`ldms_xprt_connect_by_name()` handled it as xprt and consequently
corrupt the rail structure. This patch moves the related code into
`ldms_rail.c` and handle it as rail accordingly.
@narategithub narategithub requested a review from tom95858 January 30, 2025 21:48
@narategithub narategithub added this to the v4.5.1 milestone Jan 30, 2025
@nichamon
Copy link
Collaborator

@narategithub Do we need this fix in b4.4?

@narategithub
Copy link
Collaborator Author

b4.4 does not have rail. So, this is not needed in b4.4.

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.

2 participants