Permalink
Please sign in to comment.
Browse files
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.
- Loading branch information...
Showing
with
7 additions
and 6 deletions.
- +1 −1 src/include/pcp/impl.h
- +1 −1 src/libpcp/src/discovery.c
- +1 −1 src/libpcp/src/internal.h
- +2 −2 src/pmfind/pmfind.c
- +2 −1 src/pmsleep/pmsleep.c
0 comments on commit
9478ca0