From commits-return-46067-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Wed Jul 4 00:13:01 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 386D61807BD for ; Wed, 4 Jul 2018 00:12:58 +0200 (CEST) Received: (qmail 66841 invoked by uid 500); 3 Jul 2018 22:12:56 -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 63509 invoked by uid 99); 3 Jul 2018 22:12:53 -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 22:12:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04522E11C9; Tue, 3 Jul 2018 22:12:52 +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 22:14:15 -0000 Message-Id: In-Reply-To: <506ba33a6fed44e08b20ccd012e637c7@git.apache.org> References: <506ba33a6fed44e08b20ccd012e637c7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [86/89] [abbrv] qpid-proton git commit: PROTON-1823: Mark the new API element unsettled PROTON-1823: Mark the new API element unsettled Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ecc44683 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ecc44683 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ecc44683 Branch: refs/heads/go1 Commit: ecc446839fad05990b630c25393db355f67bf0b0 Parents: 79d9019 Author: Justin Ross Authored: Wed May 23 10:08:18 2018 -0700 Committer: Justin Ross Committed: Wed May 23 10:08:18 2018 -0700 ---------------------------------------------------------------------- c/include/proton/message.h | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ecc44683/c/include/proton/message.h ---------------------------------------------------------------------- diff --git a/c/include/proton/message.h b/c/include/proton/message.h index d30cde6..9340d03 100644 --- a/c/include/proton/message.h +++ b/c/include/proton/message.h @@ -740,6 +740,8 @@ PN_EXTERN int pn_message_encode(pn_message_t *msg, char *bytes, size_t *size); struct pn_link_t; /** + * **Unsettled API** + * * Encode and send a message on a sender link. * * Performs the following steps: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org