summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp.h')
-rw-r--r--librabbitmq/amqp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index d1bfe4e..825e9ff 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -124,6 +124,7 @@ struct iovec;
# define AMQP_CALL
#endif
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
@@ -569,6 +570,7 @@ struct amqp_connection_info {
char *host;
char *vhost;
int port;
+ bool ssl;
};
AMQP_PUBLIC_FUNCTION