Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/12#discussion_r41256821
--- Diff: src/server_private.h ---
@@ -98,6 +98,7 @@ struct qd_connection_t {
void *user_context;
void *link_context; // Context shared by this connection's
links
qd_user_fd_t *ufd;
+ uint64_t uid; // A unique identifier for the qd_connection_t.
The underlying pn_connection already has one but it is long and clunky.
--- End diff --
This should be called "connection_id".
---
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]