You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mg...@apache.org on 2018/10/18 17:34:33 UTC

qpid-dispatch git commit: DISPATCH-1139 : no need for priority field in query struct.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master bad912142 -> 57347bea6


DISPATCH-1139 : no need for priority field in query struct.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/57347bea
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/57347bea
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/57347bea

Branch: refs/heads/master
Commit: 57347bea6e143a58209dcf90865888fd1989b6c0
Parents: bad9121
Author: mgoulish <mg...@redhat.com>
Authored: Thu Oct 18 13:33:43 2018 -0400
Committer: mgoulish <mg...@redhat.com>
Committed: Thu Oct 18 13:33:43 2018 -0400

----------------------------------------------------------------------
 src/router_core/router_core_private.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/57347bea/src/router_core/router_core_private.h
----------------------------------------------------------------------
diff --git a/src/router_core/router_core_private.h b/src/router_core/router_core_private.h
index ab5e985..b5e354a 100644
--- a/src/router_core/router_core_private.h
+++ b/src/router_core/router_core_private.h
@@ -284,7 +284,6 @@ struct qdr_query_t {
     int                      next_offset;
     bool                     more;
     qd_amqp_error_t          status;
-    uint8_t                  priority;
 };
 
 DEQ_DECLARE(qdr_query_t, qdr_query_list_t); 


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