qpid_proton 0.35.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/cproton/cproton.c +6 -10
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 308c4568bcdc95c98ad5d933842ef1f75d789aa9
4
- data.tar.gz: 23a4ffad7ea320ccbd333ca49638cb0a5d4f7e5c
3
+ metadata.gz: abd14892c171becafe36e974139d6bb82f72319a
4
+ data.tar.gz: ac300d4c3e6b157a76c79720099f1239277c2a89
5
5
  SHA512:
6
- metadata.gz: 8db2f719bbebaef0b19415a253b1cadd68e6be96580bd65eda0565ccfb13e73a42714bf30670bdc1db71a6a5539f1d0061a7e950c51268efea7a62a6ef3772be
7
- data.tar.gz: 17935f4526a5a2976ed4761b51502c11346f9de989664aefeda61ebda328ffe59b27826532dc7477c96eaa5ed94befba98856f7c07be4435513a36073e90b8fe
6
+ metadata.gz: 8e7732d754e63ff10d369d1f91e47773d397b6ef55b4d309e42c6382fb4edfd5bd5ff8f5db2f6718bca7c6fcaab7057594e7b8a51da47e717c33833b96500436
7
+ data.tar.gz: bab93cd7f7a1cacc60604c2c15b3757b7ff88a57dffa9af0e96ae9d91f4793c7114e5060ad911f5124dbd47b8d109f5330e290a055091c42ee6685a2cbacb9bc
@@ -13645,7 +13645,7 @@ _wrap_pn_message_get_id(int argc, VALUE *argv, VALUE self) {
13645
13645
  pn_message_t *arg1 = (pn_message_t *) 0 ;
13646
13646
  void *argp1 = 0 ;
13647
13647
  int res1 = 0 ;
13648
- pn_atom_t result;
13648
+ pn_msgid_t result;
13649
13649
  VALUE vresult = Qnil;
13650
13650
 
13651
13651
  if ((argc < 1) || (argc > 1)) {
@@ -13727,7 +13727,7 @@ fail:
13727
13727
  SWIGINTERN VALUE
13728
13728
  _wrap_pn_message_set_id(int argc, VALUE *argv, VALUE self) {
13729
13729
  pn_message_t *arg1 = (pn_message_t *) 0 ;
13730
- pn_atom_t arg2 ;
13730
+ pn_msgid_t arg2 ;
13731
13731
  void *argp1 = 0 ;
13732
13732
  int res1 = 0 ;
13733
13733
  int result;
@@ -13791,8 +13791,6 @@ _wrap_pn_message_set_id(int argc, VALUE *argv, VALUE self) {
13791
13791
  }
13792
13792
  }
13793
13793
  }
13794
- SWIG_contract_assert((arg1!=NULL), "Contract violation: require: (arg1!=NULL)");
13795
-
13796
13794
  result = (int)pn_message_set_id(arg1,arg2);
13797
13795
  vresult = SWIG_From_int((int)(result));
13798
13796
  return vresult;
@@ -14086,7 +14084,7 @@ _wrap_pn_message_get_correlation_id(int argc, VALUE *argv, VALUE self) {
14086
14084
  pn_message_t *arg1 = (pn_message_t *) 0 ;
14087
14085
  void *argp1 = 0 ;
14088
14086
  int res1 = 0 ;
14089
- pn_atom_t result;
14087
+ pn_msgid_t result;
14090
14088
  VALUE vresult = Qnil;
14091
14089
 
14092
14090
  if ((argc < 1) || (argc > 1)) {
@@ -14168,7 +14166,7 @@ fail:
14168
14166
  SWIGINTERN VALUE
14169
14167
  _wrap_pn_message_set_correlation_id(int argc, VALUE *argv, VALUE self) {
14170
14168
  pn_message_t *arg1 = (pn_message_t *) 0 ;
14171
- pn_atom_t arg2 ;
14169
+ pn_msgid_t arg2 ;
14172
14170
  void *argp1 = 0 ;
14173
14171
  int res1 = 0 ;
14174
14172
  int result;
@@ -14232,8 +14230,6 @@ _wrap_pn_message_set_correlation_id(int argc, VALUE *argv, VALUE self) {
14232
14230
  }
14233
14231
  }
14234
14232
  }
14235
- SWIG_contract_assert((arg1!=NULL), "Contract violation: require: (arg1!=NULL)");
14236
-
14237
14233
  result = (int)pn_message_set_correlation_id(arg1,arg2);
14238
14234
  vresult = SWIG_From_int((int)(result));
14239
14235
  return vresult;
@@ -19159,7 +19155,7 @@ static swig_type_info _swigt__p_long = {"_p_long", "int32_t *|long *", 0, 0, (vo
19159
19155
  static swig_type_info _swigt__p_long_long = {"_p_long_long", "int64_t *|long long *|pn_timestamp_t *", 0, 0, (void*)0, 0};
19160
19156
  static swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0};
19161
19157
  static swig_type_info _swigt__p_p_pn_connection_driver_t = {"_p_p_pn_connection_driver_t", "struct pn_connection_driver_t **|pn_connection_driver_t **", 0, 0, (void*)0, 0};
19162
- static swig_type_info _swigt__p_pn_atom_t = {"_p_pn_atom_t", "pn_atom_t *", 0, 0, (void*)0, 0};
19158
+ static swig_type_info _swigt__p_pn_atom_t = {"_p_pn_atom_t", "pn_atom_t *|pn_msgid_t *", 0, 0, (void*)0, 0};
19163
19159
  static swig_type_info _swigt__p_pn_bytes_t = {"_p_pn_bytes_t", "struct pn_bytes_t *|pn_bytes_t *", 0, 0, (void*)0, 0};
19164
19160
  static swig_type_info _swigt__p_pn_cid_t = {"_p_pn_cid_t", "enum pn_cid_t *|pn_cid_t *", 0, 0, (void*)0, 0};
19165
19161
  static swig_type_info _swigt__p_pn_class_t = {"_p_pn_class_t", "struct pn_class_t *|pn_class_t *", 0, 0, (void*)0, 0};
@@ -19744,7 +19740,7 @@ SWIGEXPORT void Init_cproton(void) {
19744
19740
  rb_define_module_function(mCproton, "pni_connection_driver", _wrap_pni_connection_driver, -1);
19745
19741
  rb_define_const(mCproton, "PROTON_IMPORT_EXPORT_H", SWIG_From_int((int)(1)));
19746
19742
  rb_define_const(mCproton, "PN_VERSION_MAJOR", SWIG_From_int((int)(0)));
19747
- rb_define_const(mCproton, "PN_VERSION_MINOR", SWIG_From_int((int)(35)));
19743
+ rb_define_const(mCproton, "PN_VERSION_MINOR", SWIG_From_int((int)(36)));
19748
19744
  rb_define_const(mCproton, "PN_VERSION_POINT", SWIG_From_int((int)(0)));
19749
19745
  rb_define_const(mCproton, "PROTON_TYPES_H", SWIG_From_int((int)(1)));
19750
19746
  rb_define_const(mCproton, "PN_MILLIS_MAX", SWIG_From_unsigned_SS_int((unsigned int)((~0U))));
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qpid_proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darryl L. Pierce
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-09-10 00:00:00.000000000 Z
12
+ date: 2022-01-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: |
15
15
  Proton is a high performance, lightweight messaging library. It can be used in