Skip to content

Commit

Permalink
Revert IEPTHREADATTRDESTROY to original value
Browse files Browse the repository at this point in the history
  • Loading branch information
xTire committed Sep 13, 2024
1 parent 33a4b96 commit 5e183a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iperf_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ enum {
IEPTHREADCANCEL=151, // Unable to cancel thread (check perror)
IEPTHREADJOIN=152, // Unable to join thread (check perror)
IEPTHREADATTRINIT=153, // Unable to initialize thread attribute (check perror)
IEPTHREADSIGMASK=154, // Unable to initialize sub thread signal mask (check perror)
IEPTHREADATTRDESTROY=155, // Unable to destroy thread attribute (check perror)
IEPTHREADATTRDESTROY=154, // Unable to destroy thread attribute (check perror)
IEPTHREADSIGMASK=155, // Unable to initialize sub thread signal mask (check perror)
/* Stream errors */
IECREATESTREAM = 200, // Unable to create a new stream (check herror/perror)
IEINITSTREAM = 201, // Unable to initialize stream (check herror/perror)
Expand Down

0 comments on commit 5e183a0

Please sign in to comment.