aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/provider/MCAccountValidator.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2016-05-11 22:37:05 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2016-05-11 22:37:13 -0700
commit5c856703c1a1683fd5494e7e584bd214bcc3990a (patch)
treec4f87cb5de05c93e021cd9aa661f8498b76339ea /src/core/provider/MCAccountValidator.h
parent459d616efb48ecb2c157fecfb88e92a876db893d (diff)
Timeout for MX DNS request
Diffstat (limited to 'src/core/provider/MCAccountValidator.h')
-rw-r--r--src/core/provider/MCAccountValidator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/provider/MCAccountValidator.h b/src/core/provider/MCAccountValidator.h
index 7029870f..a1d6299f 100644
--- a/src/core/provider/MCAccountValidator.h
+++ b/src/core/provider/MCAccountValidator.h
@@ -119,6 +119,7 @@ namespace mailcore {
void setupServices();
void resolveMX();
void resolveMXDone();
+ void resolveMXTimeout(void * context);
void startCheckingHosts();
void checkNextHost();
void checkNextHostDone();