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
  • Version 1
  • Version 2
  • 17d351a
  • Mikko Hurskainen
over 2 years ago
  • 1e4fae6
  • Mikko Hurskainen
over 2 years ago
  • 5375c37
  • Mikko Hurskainen
over 2 years ago
  • 7752957
  • Mikko Hurskainen
over 2 years ago
  • 2026fea
  • Mikko Hurskainen
over 2 years ago
  • d03d5a1
  • Mikko Hurskainen
over 2 years ago
  • 83bfb2a
  • Mikko Hurskainen
over 2 years ago
  • fb5fcfc
  • Mikko Hurskainen
over 2 years ago
  • 8ccf606
  • Mikko Hurskainen
over 2 years ago
  • 23ad970
  • Mikko Hurskainen
over 2 years ago
Showing 0aa0916-17d351a

Comments

Updated copyright headers.

Hi,

Changes have been merged to master branch.Dummy L-in changes are not included in the commit.

Br,
Rajeev

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository