Add error handler for failing DNS requests; the Client should be able to take its...
[citadel.git] / citadel / event_client.h
index de36f29ed126b31c3c82d4ec0ffb6bf2984961ad..b2c368db2400c7d6bacd93b8df58a9271ff36c49 100644 (file)
@@ -102,6 +102,7 @@ struct AsyncIO {
                Terminate,    /* shutting down... */
                Timeout,      /* Timeout handler; may also be connection timeout */
                ConnFail,     /* What to do when one connection failed? */
+               DNSFail,      /* the dns lookup didn't work out. */
                ShutdownAbort,/* we're going down. make your piece. */ 
                NextDBOperation; /* Perform Database IO */