From commits-return-45974-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Tue Jul 3 17:01:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6144E180632 for ; Tue, 3 Jul 2018 17:01:56 +0200 (CEST) Received: (qmail 9986 invoked by uid 500); 3 Jul 2018 15:01:55 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 9977 invoked by uid 99); 3 Jul 2018 15:01:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2018 15:01:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D2D5E09EE; Tue, 3 Jul 2018 15:01:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Date: Tue, 03 Jul 2018 15:01:55 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] qpid-proton git commit: NO-JIRA: [c] clarifying note on pn_transport_tick 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 Authored: Fri Jun 29 18:30:24 2018 -0400 Committer: Alan Conway 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: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org