[ 
https://issues.apache.org/jira/browse/DISPATCH-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428453#comment-17428453
 ] 

ASF GitHub Bot commented on DISPATCH-1487:
------------------------------------------

ganeshmurthy commented on a change in pull request #1382:
URL: https://github.com/apache/qpid-dispatch/pull/1382#discussion_r728375257



##########
File path: include/qpid/dispatch/buffer.h
##########
@@ -201,6 +201,265 @@ static inline unsigned char *qd_buffer_at(const 
qd_buffer_t *buf, size_t len)
 void qd_buffer_list_append(qd_buffer_list_t *buflist, const uint8_t *data, 
size_t len);
 
 
+#include <stdbool.h>
+
 ///@}
+/* descriptor for a sequence of bytes in a buffer list
+ */
+typedef struct qd_buffer_field_t qd_buffer_field_t;
+struct qd_buffer_field_t {
+    qd_buffer_t   *head;
+    const uint8_t *cursor;
+    size_t         length;
+};
+
+
+
+typedef struct qd_amqp_field_t qd_amqp_field_t;

Review comment:
       Do we need to call this qd_amqp_field_t ? amqp is implied anyway? Could 
we just called this qd_field_t ?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Improve the parsing of message annotations
> ------------------------------------------
>
>                 Key: DISPATCH-1487
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1487
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Router Node
>    Affects Versions: 1.9.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Major
>             Fix For: 1.18.0
>
>
> ToDo: Refactor inbound MA parsing on inbound inter-router links to improve 
> throughput and reduce latency.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to