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

daemon: Generate transfer_id on server side #1517

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

m-blaha
Copy link
Member

@m-blaha m-blaha commented May 29, 2024

The list_fd() method of the Rpm interface uses a unique transfer_id to
identify which particular file descriptor transfer has finished.
Previously, it was the client's responsibility to pass this unique
identifier to the server in the list_fd() method call. With this patch,
the identifier is generated on the server side, simplifying the method's
usage for clients.

Resolves: #1493

The list_fd() method of the Rpm interface uses a unique transfer_id to
identify which particular file descriptor transfer has finished.
Previously, it was the client's responsibility to pass this unique
identifier to the server in the list_fd() method call. With this patch,
the identifier is generated on the server side, simplifying the method's
usage for clients.

Resolves: #1493
@jan-kolarik jan-kolarik self-assigned this Jun 10, 2024
Copy link
Member

@jan-kolarik jan-kolarik left a comment

Choose a reason for hiding this comment

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

LGTM

@jan-kolarik jan-kolarik added this pull request to the merge queue Jun 11, 2024
Merged via the queue into main with commit 60dc52e Jun 11, 2024
13 of 15 checks passed
@jan-kolarik jan-kolarik deleted the mblaha/daemon-transfer-id branch June 11, 2024 08:28
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.

dnfdaemon: Generate "transfer_id" in the daemon for "list_fd" operations
2 participants