summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-14 15:23:22 +0300
committerdefanor <defanor@uberspace.net>2020-11-14 17:19:55 +0300
commit37e8a87ea675b1708d854d39839ee02fcbb9f3aa (patch)
treef3d0fe29660d93327e6022f1c6cea9c3338c6154 /src/rexmpp.h
parent3749774b44405f7cdafcd3bb13c7ecbcf34a2f26 (diff)
Remove the c-ares dependency
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 78ec5a6..e826099 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -16,6 +16,7 @@
#include <libxml/tree.h>
#include "rexmpp_tcp.h"
#include "rexmpp_socks.h"
+#include "rexmpp_dns.h"
typedef struct rexmpp rexmpp_t;
@@ -288,6 +289,7 @@ struct rexmpp
int server_srv_cur;
struct ub_result *server_srv_tls;
int server_srv_tls_cur;
+ struct rexmpp_dns_srv server_active_srv;
/* The XMPP server we are connecting to. */
const char *server_host;