Skip to content

Commit

Permalink
Fixing enumerator value
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Apr 24, 2016
1 parent d95d85d commit 2a8b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/runtime/threads/thread_enums.hpp
Expand Up @@ -69,7 +69,7 @@ namespace hpx { namespace threads
wait_unknown = 0,
wait_signaled = 1, ///< The thread has been signaled
wait_timeout = 2, ///< The thread has been reactivated after a timeout
wait_terminate = 4, ///< The thread needs to be terminated
wait_terminate = 3, ///< The thread needs to be terminated
wait_abort = 4 ///< The thread needs to be aborted
};

Expand Down

0 comments on commit 2a8b0ab

Please sign in to comment.