kgiusti commented on a change in pull request #676: DISPATCH-1518: Added ability to turn on protocol frame trace logging … URL: https://github.com/apache/qpid-dispatch/pull/676#discussion_r377662447
########## File path: src/router_core/router_core_private.h ########## @@ -681,6 +684,7 @@ struct qdr_connection_t { bool closed; // This bit is used in the case where a client is trying to force close this connection. uint32_t conn_uptime; // Timestamp which can be used to calculate the number of seconds this connection has been up and running. uint32_t last_delivery_time; // Timestamp which can be used to calculate the number of seconds since the last delivery arrived on this connection. + bool enable_protocol_trace; // Has trace level logging been turned on for this connecvtion. Review comment: "connecvtion"? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org