Hi, I'm working on PROTON-2370 <https://issues.apache.org/jira/browse/PROTON-2370> and created the draft PR <https://github.com/apache/qpid-proton/pull/309> for the same. While working on it I was seeing code snippets similar to "struct pn_session_t;", I haven't seen this C++ syntax before. Can you please tell me what it means?
https://github.com/apache/qpid-proton/blob/df978869030bb811b5e9cd99f6c390c9ca9bf97c/cpp/src/proton_bits.hpp#L42 I'm trying to understand the above in order to fix the build error I'm getting on the same PR. In case you already know what's wrong here, can you please guide me? https://github.com/apache/qpid-proton/blob/df978869030bb811b5e9cd99f6c390c9ca9bf97c/cpp/include/proton/tag.hpp#L42 [image: image.png] Best regards, Rakhi ---------- Forwarded message --------- From: ASF GitHub Bot (Jira) <[email protected]> Date: Sun, Apr 11, 2021 at 6:03 PM Subject: [jira] [Commented] (PROTON-2370) [cpp] An accessor for the delivery tag To: <[email protected]> [ https://issues.apache.org/jira/browse/PROTON-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318756#comment-17318756 ] ASF GitHub Bot commented on PROTON-2370: ---------------------------------------- DreamPearl opened a new pull request #309: URL: https://github.com/apache/qpid-proton/pull/309 Work In Progress -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] > [cpp] An accessor for the delivery tag > -------------------------------------- > > Key: PROTON-2370 > URL: https://issues.apache.org/jira/browse/PROTON-2370 > Project: Qpid Proton > Issue Type: Improvement > Components: cpp-binding > Reporter: Justin Ross > Priority: Major > > *Assignee: Rakhi* > Steps: > * Get familiar with the AMQP idea of a delivery tag > * Add a delivery tag accessor to the C++ delivery class > * Document the accessor in the C++ header > * Add a test for the accessor to the C++ test suite > Resources: > * [ http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#doc-idp438000 ] > * [ http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-delivery-tag ] > * [ https://github.com/apache/qpid-proton/blob/main/c/include/proton/delivery.h#L106 ] > * [ https://github.com/apache/qpid-proton/blob/main/cpp/include/proton/delivery.hpp ] -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
