Github user alanconway commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/172#discussion_r126158278
  
    --- Diff: src/message_private.h ---
    @@ -94,10 +94,19 @@ typedef struct {
         unsigned char       *parse_cursor;
         qd_message_depth_t   parse_depth;
         qd_parsed_field_t   *parsed_message_annotations;
    +
    +    bool                 discard;                        // Should this 
message be discarded?
    +    bool                 receive_complete;               // true if the 
message has been completely received, false otherwise
    +    unsigned int         fanout;                         // The number of 
receivers for this message. This number does not include in-process subscribers.
     } qd_message_content_t;
     
     typedef struct {
         DEQ_LINKS(qd_message_t);   // Deque linkage that overlays the 
qd_message_t
    +    qd_field_location_t   cursor;           // A pointer to the current 
location of the outgoing byte stream.
    +    qd_message_depth_t    message_depth;
    --- End diff --
    
    Add a comment to explain these here - not obvious (to me) what they mean.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to