summaryrefslogtreecommitdiffstats
path: root/src/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/async.h')
-rw-r--r--src/async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/async.h b/src/async.h
index e3298d4..15fd737 100644
--- a/src/async.h
+++ b/src/async.h
@@ -38,6 +38,7 @@
/** A type of asynchronous notification */
typedef enum fastd_async_type {
+ ASYNC_TYPE_NOP, /**< Does nothing (is used to ensure poll returns quickly after a signal has occurred) */
ASYNC_TYPE_RESOLVE_RETURN, /**< A DNS resolver response */
ASYNC_TYPE_VERIFY_RETURN, /**< A on-verify return */
} fastd_async_type_t;