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

Synchronize access to conn->msg_queue. (#184) #247

Merged
merged 1 commit into from
Sep 8, 2015
Merged

Conversation

keshonok
Copy link
Contributor

@keshonok keshonok commented Sep 8, 2015

conn->msg_queue is used for keeping requests until paired responses
are received. Requests are inserted into it as frequently as they
are removed from it, so a plain spinlock is used.

conn->msg_queue is used for keeping requests until paired responses
are received. Requests are inserted into it as frequently as they
are removed from it, so a plain spinlock is used.
keshonok added a commit that referenced this pull request Sep 8, 2015
Synchronize access to conn->msg_queue. (#184)
@keshonok keshonok merged commit c9e8c5b into master Sep 8, 2015
@keshonok keshonok deleted the ab-msg-queue branch September 8, 2015 21:53
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