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

    https://github.com/apache/qpid-dispatch/pull/211#discussion_r145424345
  
    --- Diff: src/message_private.h ---
    @@ -113,6 +113,7 @@ typedef struct {
         bool                 receive_complete;               // true if the 
message has been completely received, false otherwise
         sys_atomic_t         fanout;                         // The number of 
receivers for this message. This number does not include in-process subscribers.
         bool                 q2_input_holdoff;               // hold off 
calling pn_link_recv
    +    bool                 aborted;                        // receive 
completed with abort flag set
    --- End diff --
    
    For performance with smaller cache use it would make sense to group the 
bools together and not split them with elements that have alignment 
requirements.


---

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

Reply via email to