You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/11/25 17:22:29 UTC

[qpid-proton] branch master updated: PROTON-2140: Fill in padding gap in pn_terminus_t to save 32 bytes in pn_link_t

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

astitcher 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 10b5131  PROTON-2140: Fill in padding gap in pn_terminus_t to save 32 bytes in pn_link_t
10b5131 is described below

commit 10b5131c894655a51f76fd1dc008e8d8a79d8f4b
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Mon Nov 25 12:19:42 2019 -0500

    PROTON-2140: Fill in padding gap in pn_terminus_t to save 32 bytes in pn_link_t
---
 c/src/core/engine-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/core/engine-internal.h b/c/src/core/engine-internal.h
index b59d1fc..1fd23bb 100644
--- a/c/src/core/engine-internal.h
+++ b/c/src/core/engine-internal.h
@@ -274,10 +274,10 @@ struct pn_terminus_t {
   pn_data_t *filter;
   pn_durability_t durability;
   pn_expiry_policy_t expiry_policy;
-  bool has_expiry_policy;
   pn_seconds_t timeout;
   pn_terminus_type_t type;
   pn_distribution_mode_t distribution_mode;
+  bool has_expiry_policy;
   bool dynamic;
 };
 


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