Reviewing merge request #1: Fixes to dispatcher.c
Hi,
These patches fix some bugs in dispatcher.c, especially when using select call. The most difficult to find bug was that if there were 3 select calls A-B-C and they were completed in order B-A-C the handover of master request failed and after that no select call would succeed.
Also there is dummy l_in that is useful for porting the h_in to a new platform.
Also some debug improvements.
-- Mikko
Commits that would be merged:
Version 2
- 0aa0916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Showing
0aa0916-17d351a

Add a new comment:
Login or create an account to post a comment