X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=3ba8225ca6bc989955d75ae6602515158576e9ec;hb=534642e9d65763b67d73433ebcfaa90de88d76c6;hp=cf2a448aa3b35e29670e91efc7e05a089cef9fdb;hpb=783402127eed3d74e8dc893fdac1922fdc5acea5;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index cf2a448a..3ba8225c 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -304,6 +304,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)) {