ganeshmurthy commented on a change in pull request #1253:
URL: https://github.com/apache/qpid-dispatch/pull/1253#discussion_r651234648
##########
File path: include/qpid/dispatch/atomic.h
##########
@@ -205,6 +205,9 @@ static inline void sys_atomic_destroy(sys_atomic_t *ref)
#endif
+#define SET_ATOMIC_FLAG(flag) sys_atomic_set(flag, 1)
Review comment:
Introduced a CLEAR_ATOMIC_FLAG macro and the http adaptor now uses it to
clear the flags once a new connection to the server is established.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]