]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_amqp.h
import 15.2.4
[ceph.git] / ceph / src / rgw / rgw_amqp.h
index bbfce2d5dcd66a293699233131ba7dd3e97fcf0b..eaf97ed9dc01acbeb64ebe2957b52d8008babed3 100644 (file)
@@ -30,7 +30,7 @@ bool init(CephContext* cct);
 void shutdown();
 
 // connect to an amqp endpoint
-connection_ptr_t connect(const std::string& url, const std::string& exchange);
+connection_ptr_t connect(const std::string& url, const std::string& exchange, bool mandatory_delivery);
 
 // publish a message over a connection that was already created
 int publish(connection_ptr_t& conn,