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

Use pthread_testcancel in the read ethernet loop #21

Merged
merged 1 commit into from
Nov 23, 2016
Merged

Conversation

julien-duponchelle
Copy link
Contributor

Otherwise we never allow pthread to cancel the thread

Otherwise we never allow pthread to cancel the thread
return NULL;
}

printf("Ethernet interface %s\n", dev_name);
Copy link
Member

Choose a reason for hiding this comment

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

Is this for debugging?

@julien-duponchelle
Copy link
Contributor Author

We display something like that for udp tunnel

Le mar. 22 nov. 2016 23:03, Jeremy Grossmann notifications@github.com a
écrit :

@grossmj commented on this pull request.

In nio_ethernet.c
#21 (review):

   return NULL;
}
  • printf("Ethernet interface %s\n", dev_name);

Is this for debugging?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#21 (review), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAVFXdJHDn5szWhFnJYFM6PLtdYXQMzbks5rA2argaJpZM4K5vCM
.

@grossmj grossmj merged commit a2b3419 into master Nov 23, 2016
@grossmj grossmj deleted the win_bug branch November 23, 2016 08:15
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