This is an automated email from the ASF dual-hosted git repository.

cliffjansen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ee924e  PROTON-2277: move debug variable memory to separate from net 
address buffer
4ee924e is described below

commit 4ee924eaf0616ed93c4495affbf07bd79c9565a0
Author: Cliff Jansen <cliffjan...@apache.org>
AuthorDate: Mon Sep 21 09:45:14 2020 -0700

    PROTON-2277: move debug variable memory to separate from net address buffer
---
 c/src/proactor/epoll-internal.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/c/src/proactor/epoll-internal.h b/c/src/proactor/epoll-internal.h
index c0c2b68..56cfdda 100644
--- a/c/src/proactor/epoll-internal.h
+++ b/c/src/proactor/epoll-internal.h
@@ -242,6 +242,9 @@ typedef struct pconnection_t {
   const char *wbuf_current;
   size_t wbuf_remaining;
   size_t wbuf_completed;
+  pn_event_type_t current_event_type;
+  uint32_t process_args;
+  uint32_t process_events;
   struct pn_netaddr_t local, remote; /* Actual addresses */
   struct addrinfo *addrinfo;         /* Resolved address list */
   struct addrinfo *ai;               /* Current connect address */
@@ -250,9 +253,6 @@ typedef struct pconnection_t {
   bool sched_timeout;
   char addr_buf[1];
   // For debugging help for core dumps with optimized code.
-  pn_event_type_t current_event_type;
-  uint32_t process_args;
-  uint32_t process_events;
 } pconnection_t;
 
 /*


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

Reply via email to