Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fix signal handler #11

Closed
elfring opened this Issue Apr 10, 2015 · 2 comments

Comments

Projects
None yet
3 participants
Contributor

dbrolley commented May 28, 2015

The fix will appear in the upcoming PCP release 3.10.5.

dbrolley added a commit that referenced this issue Jun 1, 2015

Github issue #11: Use sig_atomic_t within signal handlers.
The variables "discoveryFlags" and "finished" should use the
data type "sig_atomic_t" within pmfind and pmsleep respectively.

@natoscott natoscott closed this Jun 3, 2015

dbrolley added a commit that referenced this issue Jun 4, 2015

Github issue #11: Use sig_atomic_t within signal handlers.
The variables "discoveryFlags" and "finished" should use the
data type "sig_atomic_t" within pmfind and pmsleep respectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment