Repository: qpid-proton
Updated Branches:
  refs/heads/master 04271c198 -> d8e99db54


NO-JIRA: small tidyup


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0a5c4f2b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0a5c4f2b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0a5c4f2b

Branch: refs/heads/master
Commit: 0a5c4f2b0d515b7356e9e2a8532cc2c81d6c2c90
Parents: 04271c1
Author: Andrew Stitcher <[email protected]>
Authored: Thu Dec 4 01:27:56 2014 -0500
Committer: Andrew Stitcher <[email protected]>
Committed: Tue Dec 9 14:36:49 2014 -0500

----------------------------------------------------------------------
 proton-c/src/engine/engine-internal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0a5c4f2b/proton-c/src/engine/engine-internal.h
----------------------------------------------------------------------
diff --git a/proton-c/src/engine/engine-internal.h 
b/proton-c/src/engine/engine-internal.h
index 204ef01..aa2c91d 100644
--- a/proton-c/src/engine/engine-internal.h
+++ b/proton-c/src/engine/engine-internal.h
@@ -161,13 +161,13 @@ struct pn_transport_t {
   size_t output_pending;
   char *output_buf;
 
-  pn_record_t *context;
-
   /* input from peer */
   size_t input_size;
   size_t input_pending;
   char *input_buf;
 
+  pn_record_t *context;
+
   uint16_t channel_max;
   uint16_t remote_channel_max;
   bool freed;


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

Reply via email to