Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D5209200BE0 for ; Sat, 3 Dec 2016 00:22:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D3BE5160B51; Fri, 2 Dec 2016 23:22:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D5751160B2E for ; Sat, 3 Dec 2016 00:22:07 +0100 (CET) Received: (qmail 99792 invoked by uid 500); 2 Dec 2016 23:22:07 -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 99394 invoked by uid 99); 2 Dec 2016 23:22:06 -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; Fri, 02 Dec 2016 23:22:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9106EE04BB; Fri, 2 Dec 2016 23:22:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Fri, 02 Dec 2016 23:22:13 -0000 Message-Id: <1713970007c347918de8af65276418ce@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [08/51] [partial] qpid-site git commit: QPID-7553: Update the proton api gen script for changes to the C api docs; republish the proton master doc snapshot archived-at: Fri, 02 Dec 2016 23:22:10 -0000 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/link_8h.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/link_8h.html b/content/releases/qpid-proton-master/proton/c/api/link_8h.html index 8ebcdf9..0aa5739 100755 --- a/content/releases/qpid-proton-master/proton/c/api/link_8h.html +++ b/content/releases/qpid-proton-master/proton/c/api/link_8h.html @@ -96,6 +96,9 @@ $(document).ready(function(){initNavTree('link_8h.html','');});
link.h File Reference
+ +

A channel for transferring messages. +More...

#include <proton/import_export.h>
#include <proton/type_compat.h>
#include <proton/condition.h>
@@ -108,115 +111,161 @@ $(document).ready(function(){initNavTree('link_8h.html','');}); - + + - + +

Enumerations

enum  pn_snd_settle_mode_t { PN_SND_UNSETTLED = 0, -PN_SND_SETTLED = 1, -PN_SND_MIXED = 2 - }
enum  pn_snd_settle_mode_t { PN_SND_UNSETTLED, +PN_SND_SETTLED, +PN_SND_MIXED + }
 Describes the permitted/expected settlement behaviours of a sending link. More...
 
enum  pn_rcv_settle_mode_t { PN_RCV_FIRST = 0, -PN_RCV_SECOND = 1 - }
enum  pn_rcv_settle_mode_t { PN_RCV_FIRST, +PN_RCV_SECOND + }
 Describes the permitted/expected settlement behaviours of a receiving link. More...
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Functions

PN_EXTERN pn_link_tpn_sender (pn_session_t *session, const char *name)
 
PN_EXTERN pn_link_tpn_receiver (pn_session_t *session, const char *name)
 
PN_EXTERN void pn_link_free (pn_link_t *link)
 
PN_EXTERN void * pn_link_get_context (pn_link_t *link)
 
PN_EXTERN void pn_link_set_context (pn_link_t *link, void *context)
 
PN_EXTERN pn_record_t * pn_link_attachments (pn_link_t *link)
 
PN_EXTERN const char * pn_link_name (pn_link_t *link)
 
PN_EXTERN bool pn_link_is_sender (pn_link_t *link)
 
PN_EXTERN bool pn_link_is_receiver (pn_link_t *link)
 
PN_EXTERN pn_state_t pn_link_state (pn_link_t *link)
 
PN_EXTERN pn_error_t * pn_link_error (pn_link_t *link)
 
PN_EXTERN pn_condition_tpn_link_condition (pn_link_t *link)
 
PN_EXTERN pn_condition_tpn_link_remote_condition (pn_link_t *link)
 
PN_EXTERN pn_session_tpn_link_session (pn_link_t *link)
 
PN_EXTERN pn_link_tpn_link_head (pn_connection_t *connection, pn_state_t state)
 
PN_EXTERN pn_link_tpn_link_next (pn_link_t *link, pn_state_t state)
 
PN_EXTERN void pn_link_open (pn_link_t *link)
 
PN_EXTERN void pn_link_close (pn_link_t *link)
 
PN_EXTERN void pn_link_detach (pn_link_t *link)
 
PN_EXTERN pn_terminus_tpn_link_source (pn_link_t *link)
 
PN_EXTERN pn_terminus_tpn_link_target (pn_link_t *link)
 
PN_EXTERN pn_terminus_tpn_link_remote_source (pn_link_t *link)
 
PN_EXTERN pn_terminus_tpn_link_remote_target (pn_link_t *link)
 
PN_EXTERN pn_delivery_tpn_link_current (pn_link_t *link)
 
PN_EXTERN bool pn_link_advance (pn_link_t *link)
 
PN_EXTERN int pn_link_credit (pn_link_t *link)
 
PN_EXTERN int pn_link_queued (pn_link_t *link)
 
PN_EXTERN int pn_link_remote_credit (pn_link_t *link)
 
PN_EXTERN bool pn_link_get_drain (pn_link_t *link)
 
PN_EXTERN int pn_link_drained (pn_link_t *link)
 
PN_EXTERN int pn_link_available (pn_link_t *link)
 
PN_EXTERN pn_snd_settle_mode_t pn_link_snd_settle_mode (pn_link_t *link)
 
PN_EXTERN pn_rcv_settle_mode_t pn_link_rcv_settle_mode (pn_link_t *link)
 
PN_EXTERN void pn_link_set_snd_settle_mode (pn_link_t *link, pn_snd_settle_mode_t mode)
 
PN_EXTERN void pn_link_set_rcv_settle_mode (pn_link_t *link, pn_rcv_settle_mode_t mode)
 
PN_EXTERN pn_snd_settle_mode_t pn_link_remote_snd_settle_mode (pn_link_t *link)
 
PN_EXTERN pn_rcv_settle_mode_t pn_link_remote_rcv_settle_mode (pn_link_t *link)
 
PN_EXTERN int pn_link_unsettled (pn_link_t *link)
 
PN_EXTERN pn_delivery_tpn_unsettled_head (pn_link_t *link)
 
PN_EXTERN pn_delivery_tpn_unsettled_next (pn_delivery_t *delivery)
 
PN_EXTERN void pn_link_offered (pn_link_t *sender, int credit)
 
PN_EXTERN ssize_t pn_link_send (pn_link_t *sender, const char *bytes, size_t n)
 
PN_EXTERN void pn_link_flow (pn_link_t *receiver, int credit)
 
PN_EXTERN void pn_link_drain (pn_link_t *receiver, int credit)
 
PN_EXTERN void pn_link_set_drain (pn_link_t *receiver, bool drain)
 
PN_EXTERN ssize_t pn_link_recv (pn_link_t *receiver, char *bytes, size_t n)
 
PN_EXTERN bool pn_link_draining (pn_link_t *receiver)
 
pn_link_tpn_sender (pn_session_t *session, const char *name)
 Construct a new sender on a session. More...
 
pn_link_tpn_receiver (pn_session_t *session, const char *name)
 Construct a new receiver on a session. More...
 
void pn_link_free (pn_link_t *link)
 Free a link object. More...
 
void * pn_link_get_context (pn_link_t *link)
 
void pn_link_set_context (pn_link_t *link, void *context)
 
pn_record_t * pn_link_attachments (pn_link_t *link)
 Get the attachments that are associated with a link object. More...
 
const char * pn_link_name (pn_link_t *link)
 Get the name of a link. More...
 
bool pn_link_is_sender (pn_link_t *link)
 Test if a link is a sender. More...
 
bool pn_link_is_receiver (pn_link_t *link)
 Test if a link is a receiver. More...
 
pn_state_t pn_link_state (pn_link_t *link)
 Get the endpoint state flags for a link. More...
 
pn_error_tpn_link_error (pn_link_t *link)
 
pn_condition_tpn_link_condition (pn_link_t *link)
 Get the local condition associated with a link endpoint. More...
 
pn_condition_tpn_link_remote_condition (pn_link_t *link)
 Get the remote condition associated with a link endpoint. More...
 
pn_session_tpn_link_session (pn_link_t *link)
 Get the parent session for a link object. More...
 
pn_link_tpn_link_head (pn_connection_t *connection, pn_state_t state)
 Retrieve the first link that matches the given state mask. More...
 
pn_link_tpn_link_next (pn_link_t *link, pn_state_t state)
 Retrieve the next link that matches the given state mask. More...
 
void pn_link_open (pn_link_t *link)
 Open a link. More...
 
void pn_link_close (pn_link_t *link)
 Close a link. More...
 
void pn_link_detach (pn_link_t *link)
 Detach a link. More...
 
pn_terminus_tpn_link_source (pn_link_t *link)
 Access the locally defined source definition for a link. More...
 
pn_terminus_tpn_link_target (pn_link_t *link)
 Access the locally defined target definition for a link. More...
 
pn_terminus_tpn_link_remote_source (pn_link_t *link)
 Access the remotely defined source definition for a link. More...
 
pn_terminus_tpn_link_remote_target (pn_link_t *link)
 Access the remotely defined target definition for a link. More...
 
pn_delivery_tpn_link_current (pn_link_t *link)
 Get the current delivery for a link. More...
 
bool pn_link_advance (pn_link_t *link)
 Advance the current delivery of a link to the next delivery on the link. More...
 
int pn_link_credit (pn_link_t *link)
 Get the credit balance for a link. More...
 
int pn_link_queued (pn_link_t *link)
 Get the number of queued deliveries for a link. More...
 
int pn_link_remote_credit (pn_link_t *link)
 Get the remote view of the credit for a link. More...
 
bool pn_link_get_drain (pn_link_t *link)
 Get the drain flag for a link. More...
 
int pn_link_drained (pn_link_t *link)
 Drain excess credit for a link. More...
 
int pn_link_available (pn_link_t *link)
 Get the available deliveries hint for a link. More...
 
pn_snd_settle_mode_t pn_link_snd_settle_mode (pn_link_t *link)
 Get the local sender settle mode for a link. More...
 
pn_rcv_settle_mode_t pn_link_rcv_settle_mode (pn_link_t *link)
 Get the local receiver settle mode for a link. More...
 
void pn_link_set_snd_settle_mode (pn_link_t *link, pn_snd_settle_mode_t mode)
 Set the local sender settle mode for a link. More...
 
void pn_link_set_rcv_settle_mode (pn_link_t *link, pn_rcv_settle_mode_t mode)
 Set the local receiver settle mode for a link. More...
 
pn_snd_settle_mode_t pn_link_remote_snd_settle_mode (pn_link_t *link)
 Get the remote sender settle mode for a link. More...
 
pn_rcv_settle_mode_t pn_link_remote_rcv_settle_mode (pn_link_t *link)
 Get the remote receiver settle mode for a link. More...
 
int pn_link_unsettled (pn_link_t *link)
 Get the number of unsettled deliveries for a link. More...
 
pn_delivery_tpn_unsettled_head (pn_link_t *link)
 Get the first unsettled delivery for a link. More...
 
pn_delivery_tpn_unsettled_next (pn_delivery_t *delivery)
 Get the next unsettled delivery on a link. More...
 
void pn_link_offered (pn_link_t *sender, int credit)
 Signal the availability of deliveries for a link. More...
 
ssize_t pn_link_send (pn_link_t *sender, const char *bytes, size_t n)
 Send message data for the current delivery on a link. More...
 
void pn_link_flow (pn_link_t *receiver, int credit)
 Grant credit for incoming deliveries on a receiver. More...
 
void pn_link_drain (pn_link_t *receiver, int credit)
 Grant credit for incoming deliveries on a receiver, and set drain mode to true. More...
 
void pn_link_set_drain (pn_link_t *receiver, bool drain)
 Set the drain mode on a link. More...
 
ssize_t pn_link_recv (pn_link_t *receiver, char *bytes, size_t n)
 Receive message data for the current delivery on a link. More...
 
bool pn_link_draining (pn_link_t *receiver)
 Check if a link is currently draining. More...
 

Detailed Description

-

Link API for the proton Engine.

+

A channel for transferring messages.

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/link_8h.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/link_8h.js b/content/releases/qpid-proton-master/proton/c/api/link_8h.js index 98d4696..ec5379a 100755 --- a/content/releases/qpid-proton-master/proton/c/api/link_8h.js +++ b/content/releases/qpid-proton-master/proton/c/api/link_8h.js @@ -9,51 +9,51 @@ var link_8h = [ "PN_SND_SETTLED", "group__link.html#gga3fb58bd0b88d37407ebb615c2630e608ac159f0edca565961b554768a42e82bf0", null ], [ "PN_SND_MIXED", "group__link.html#gga3fb58bd0b88d37407ebb615c2630e608ac33a5700d0247976b465aeb7c1437fd1", null ] ] ], - [ "pn_link_advance", "group__link.html#gaea1f1ff885604e194ecfbae8c43e91d7", null ], - [ "pn_link_attachments", "group__link.html#ga51ace30d440f3f6a1c7b022a17c14738", null ], - [ "pn_link_available", "group__link.html#gae87b35d45c495a640c04376175696403", null ], - [ "pn_link_close", "group__link.html#gad9d63c2255cae6c913cb980f8812ace0", null ], - [ "pn_link_condition", "group__link.html#ga3d9321a1831d214e079152b7a8030cf1", null ], - [ "pn_link_credit", "group__link.html#gae106eccd62d41a1b6125bc471315066d", null ], - [ "pn_link_current", "group__link.html#ga662d2bf8a9a447cf1a69f4ec7d72a6ac", null ], - [ "pn_link_detach", "group__link.html#ga82df1bbe52ddbc75c7b7403489d4652f", null ], - [ "pn_link_drain", "group__receiver.html#ga2f48aec7e3de526bbdea1c4e99708357", null ], - [ "pn_link_drained", "group__link.html#ga72edd3ec60adb06f7af3f53580dfcebc", null ], - [ "pn_link_draining", "group__receiver.html#gacda3e0bc16ff65cbfa99087f9da025c7", null ], - [ "pn_link_error", "group__link.html#ga72d4d05cc2a29cc1a3c96cd984c2a4b6", null ], - [ "pn_link_flow", "group__receiver.html#gaf331f33acd1fddbb6f8e674a8a7c6aa2", null ], - [ "pn_link_free", "group__link.html#gaa28fac1437012b534873b6e255bcb494", null ], - [ "pn_link_get_context", "group__link.html#ga1bca6c08ba0179233dc76cb3834cbe4e", null ], - [ "pn_link_get_drain", "group__link.html#ga412100bbe765f6fa0313257b6f24a1b8", null ], - [ "pn_link_head", "group__link.html#gacd5a06ca5daa5d4910d795d7157ebfde", null ], - [ "pn_link_is_receiver", "group__link.html#gac02f18d19fa8da9fef840e52be41cf68", null ], - [ "pn_link_is_sender", "group__link.html#gacb14567cf4afa5a3d2ec774cd66ec9fe", null ], - [ "pn_link_name", "group__link.html#ga3d284db80651c3183a60f706325f2266", null ], - [ "pn_link_next", "group__link.html#ga07d0254efd3df298246a043f5323d540", null ], - [ "pn_link_offered", "group__sender.html#gaa7a1eb227dde862c8a311535d1737b1a", null ], - [ "pn_link_open", "group__link.html#gab9a73ca4ac5383a71ddf54cbcb748083", null ], - [ "pn_link_queued", "group__link.html#gab5a35ccbd14c04285845a6d7b40f44df", null ], - [ "pn_link_rcv_settle_mode", "group__link.html#ga8aec1bf839d167e81037595a86c8751a", null ], - [ "pn_link_recv", "group__receiver.html#gaa98289676877e6c820a95e4bce94eda6", null ], - [ "pn_link_remote_condition", "group__link.html#gabac87dd5667123557a0e73a45ad13349", null ], - [ "pn_link_remote_credit", "group__link.html#ga1c9b1a283a88199a2dc56af8ab150760", null ], - [ "pn_link_remote_rcv_settle_mode", "group__link.html#ga13d85968d1ced071196379c9cbd108b1", null ], - [ "pn_link_remote_snd_settle_mode", "group__link.html#ga03991c2d516e68c0eba2a2eb910bb9f5", null ], - [ "pn_link_remote_source", "group__link.html#ga6955876604a5982a969cf3e44bc3b045", null ], - [ "pn_link_remote_target", "group__link.html#gad9c24558b723dc4877abad8bacd5a17a", null ], - [ "pn_link_send", "group__sender.html#ga6edd45454fe2ddd093aad94f3d277475", null ], - [ "pn_link_session", "group__link.html#ga9417ad2f784646ae23318782411e422a", null ], - [ "pn_link_set_context", "group__link.html#ga0be02619b09c3b7b38fe50318466792e", null ], - [ "pn_link_set_drain", "group__receiver.html#ga22837f7f8e152add8de867bbe4163892", null ], - [ "pn_link_set_rcv_settle_mode", "group__link.html#gaff06cd4918c76523e1893dc1341ebc48", null ], - [ "pn_link_set_snd_settle_mode", "group__link.html#ga410b0f045ee235b93a7fa1439af50d2c", null ], - [ "pn_link_snd_settle_mode", "group__link.html#ga44b6238638d71356b00f3129e0b28182", null ], - [ "pn_link_source", "group__link.html#ga8a8002b94c660f1fd1cbb3e932bd52f0", null ], - [ "pn_link_state", "group__link.html#gaef39c0b3b65fca7d9b227ef38a345394", null ], - [ "pn_link_target", "group__link.html#ga44c7bdc0a9179d9cdd96c3153e4da36c", null ], - [ "pn_link_unsettled", "group__link.html#ga77f816f63c744283b2fd62e6f8abef07", null ], - [ "pn_receiver", "group__link.html#ga476a97822eff18e7b8ae39a0a3a0b20f", null ], - [ "pn_sender", "group__link.html#ga1d87431c33b1d5e84ee8f42875cae8d5", null ], - [ "pn_unsettled_head", "group__link.html#ga79008e1324488bcbc7387b657c1d2897", null ], - [ "pn_unsettled_next", "group__link.html#ga29f38b239a25d8adad5fa7457e4ec014", null ] + [ "pn_link_advance", "group__link.html#ga93824a3859c37463e44458cd2f63d31f", null ], + [ "pn_link_attachments", "group__link.html#ga8b19ffdb7934940fa7c5fd75c5fe2d69", null ], + [ "pn_link_available", "group__link.html#ga7f1742528b32c3c9609b97a3ed449639", null ], + [ "pn_link_close", "group__link.html#ga4851693eb6a16fd9ab61e2df6f00770d", null ], + [ "pn_link_condition", "group__link.html#ga52c99044eabb7712efa2f1098c760804", null ], + [ "pn_link_credit", "group__link.html#ga55428637f3b8c446efd5fea3f26c932d", null ], + [ "pn_link_current", "group__link.html#gad7e426b0cc4759568b3fd2b4fb176260", null ], + [ "pn_link_detach", "group__link.html#ga1dc327c52ac24a0d65a17c88ce685b0b", null ], + [ "pn_link_drain", "group__link.html#gad7ad9bc5c9ea7e8a21cd4fa472d2c8df", null ], + [ "pn_link_drained", "group__link.html#ga95c4018a1f1fe0e7c2e7fd02fe062d23", null ], + [ "pn_link_draining", "group__link.html#ga4a821eaf6298b94522572fad73b8e2d1", null ], + [ "pn_link_error", "group__link.html#gaf6f11d778aa4622d8aa5db8962bb1f0a", null ], + [ "pn_link_flow", "group__link.html#gafec44cf1c79ec03f3ac009e1879e71a9", null ], + [ "pn_link_free", "group__link.html#gadd3b8899fe023d3506fb88d228d6b1b7", null ], + [ "pn_link_get_context", "group__link.html#ga93e6b527743f433da2ff367c1b2c500a", null ], + [ "pn_link_get_drain", "group__link.html#ga40dd26f3d035c54056e2649aeb78d8ac", null ], + [ "pn_link_head", "group__link.html#ga7c9434c40eb653f007ff5721e2ebf73e", null ], + [ "pn_link_is_receiver", "group__link.html#gae7045dd02f2c9450ff8737e005628d81", null ], + [ "pn_link_is_sender", "group__link.html#ga7c48ef214568267839aea04ed337926b", null ], + [ "pn_link_name", "group__link.html#gaa44112980ebabbb5cbd002670073a751", null ], + [ "pn_link_next", "group__link.html#ga9b2a9cfa00dfdae4e01bf75483433925", null ], + [ "pn_link_offered", "group__link.html#gaef3f2e4bca87f9adc70e90dce7cd42b2", null ], + [ "pn_link_open", "group__link.html#gaabaca3f5d03970a122240eebc588add6", null ], + [ "pn_link_queued", "group__link.html#ga57a00950e2eeef378fd6c0a3b3b5bfe9", null ], + [ "pn_link_rcv_settle_mode", "group__link.html#ga0bc65ff494e2860e6227f68c72468101", null ], + [ "pn_link_recv", "group__link.html#ga06c97ce7396973dca0d311567f25f95a", null ], + [ "pn_link_remote_condition", "group__link.html#ga97dc5133125c9b7e4afbb1b76e6efe7b", null ], + [ "pn_link_remote_credit", "group__link.html#gab16f14d071548c5c9ab22924ee5b1ebb", null ], + [ "pn_link_remote_rcv_settle_mode", "group__link.html#ga378e4bb5a0519a75c3c151c15809dda5", null ], + [ "pn_link_remote_snd_settle_mode", "group__link.html#ga92592155f2afcf6b9aabfb4fc64c140f", null ], + [ "pn_link_remote_source", "group__link.html#gadf6b8ff6223465f21a481e9287f60671", null ], + [ "pn_link_remote_target", "group__link.html#gabf61668a66ae189dbb4820da6ee30d90", null ], + [ "pn_link_send", "group__link.html#gaa825fac21730f3f9fff37d156e5f88e9", null ], + [ "pn_link_session", "group__link.html#gac63e43305fb1a5e3b14399a9ddc8f24d", null ], + [ "pn_link_set_context", "group__link.html#ga376f2cc18bbd771d95aa8222586d19b2", null ], + [ "pn_link_set_drain", "group__link.html#gaeb417e6b7e99c76f61549f5ed5519395", null ], + [ "pn_link_set_rcv_settle_mode", "group__link.html#gab6441a917c291e68984405057eb56ab8", null ], + [ "pn_link_set_snd_settle_mode", "group__link.html#ga677c416a6365cedd23b43043dff0b89f", null ], + [ "pn_link_snd_settle_mode", "group__link.html#gacef130ca5cc6eb3eec2dd48c8bf5c7e6", null ], + [ "pn_link_source", "group__link.html#ga2c8985a9d44a813ab1739a91ae3708a3", null ], + [ "pn_link_state", "group__link.html#gad502b38bc184ad0bfaa86dede81f62c9", null ], + [ "pn_link_target", "group__link.html#ga997c85388b9fb30151ea3b40b946e958", null ], + [ "pn_link_unsettled", "group__link.html#gac7309a622f3f2296261ff8fa9bc33ba1", null ], + [ "pn_receiver", "group__link.html#ga5e314b3e07b48ebcffbac63f265fa69f", null ], + [ "pn_sender", "group__link.html#ga469bef2e81c53e85899ffbb277616a8c", null ], + [ "pn_unsettled_head", "group__link.html#ga6206e3d4efe0ebe0491955006930fa18", null ], + [ "pn_unsettled_next", "group__link.html#ga6dc9ad6d95d1cccd6f3d29b782269cce", null ] ]; \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org