Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/12#discussion_r41256898
--- Diff: src/server.c ---
@@ -64,6 +64,15 @@ static qd_thread_t *thread(qd_server_t *qd_server, int
id)
qd_error_t qd_entity_update_connection(qd_entity_t* entity, void *impl);
+/**
+ * This function is set as the pn_transport->tracer and is invoked when
proton tries to write the log message to pn_transport->tracer
+ */
+static void qd_log_tracer(pn_transport_t *transport, const char *message)
--- End diff --
It would be more accurate to call this function "qd_transport_tracer".
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]