projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e2767
)
fix build with librabbitmq 0.6.0
author
Remi Collet
<fedora@famillecollet.com>
Tue, 21 Apr 2015 07:33:20 +0000
(09:33 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 21 Apr 2015 14:58:46 +0000
(16:58 +0200)
src/amqp.c
patch
|
blob
|
history
diff --git
a/src/amqp.c
b/src/amqp.c
index
861cb5c
..
39fbe74
100644
(file)
--- a/
src/amqp.c
+++ b/
src/amqp.c
@@
-299,6
+299,10
@@
static int camqp_create_exchange (camqp_config_t *conf) /* {{{ */
/* type = */ amqp_cstring_bytes (conf->exchange_type),
/* passive = */ 0,
/* durable = */ 0,
+#if AMQP_VERSION >= 0x00060000
+ /* auto delete = */ 0,
+ /* internal = */ 0,
+#endif
/* arguments = */ argument_table);
if ((ed_ret == NULL) && camqp_is_error (conf))
{