On 01/13/2015 09:26 PM, [email protected] wrote:
Repository: qpid-proton
Updated Branches:
   refs/heads/master fc66f4c44 -> 99df0a33d


alias pn_delivery_tag_t to pn_bytes_t


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

Branch: refs/heads/master
Commit: 081336f24c62253d2ea702ffb43235a2afa75771
Parents: fc66f4c
Author: Rafael Schloming <[email protected]>
Authored: Tue Jan 13 14:23:22 2015 -0500
Committer: Rafael Schloming <[email protected]>
Committed: Tue Jan 13 14:27:35 2015 -0500

[...]

The change below breaks the API, is that deliberate? It will affect at least qpid-cpp (possibly also dispatch).

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/081336f2/proton-c/include/proton/delivery.h
----------------------------------------------------------------------
diff --git a/proton-c/include/proton/delivery.h 
b/proton-c/include/proton/delivery.h
index be75653..f040f86 100644
--- a/proton-c/include/proton/delivery.h
+++ b/proton-c/include/proton/delivery.h
@@ -45,10 +45,7 @@ extern "C" {
  /**
   * An AMQP delivery tag.
   */
-typedef struct pn_delivery_tag_t {
-  size_t size;
-  const char *bytes;
-} pn_delivery_tag_t;
+typedef pn_bytes_t pn_delivery_tag_t;

  #ifndef SWIG  // older versions of SWIG choke on this:
  /**


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

Reply via email to