Repository: qpid-proton Updated Branches: refs/heads/master bce2ab4fb -> 9e8edc17d
NO-JIRA: [c] clarifying note on pn_transport_tick Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2cf4f534 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/2cf4f534 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/2cf4f534 Branch: refs/heads/master Commit: 2cf4f5347bc81a46f217a0cd0812fa9c4920552f Parents: bce2ab4 Author: Alan Conway <[email protected]> Authored: Fri Jun 29 18:30:24 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Fri Jun 29 18:30:24 2018 -0400 ---------------------------------------------------------------------- c/include/proton/transport.h | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/2cf4f534/c/include/proton/transport.h ---------------------------------------------------------------------- diff --git a/c/include/proton/transport.h b/c/include/proton/transport.h index 84494f1..67f569f 100644 --- a/c/include/proton/transport.h +++ b/c/include/proton/transport.h @@ -635,6 +635,10 @@ PN_EXTERN bool pn_transport_closed(pn_transport_t *transport); * generating output (see ::pn_transport_output). It returns the * deadline for the next pending timer event, if any are present. * + * Note that this function does nothing until the first data is read from or + * written to the transport. + * + * * @param[in] transport the transport to process. * @param[in] now the current time * --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
