add an additional async notification communication method based on callback
[openssl.git] / crypto / async / async_locl.h
index 2325ce95ba686fe6a337d3e65bf6ef9c3475d71b..85dfcfa6327a9d9c67a897e2cc733a6c7fc795b6 100644 (file)
@@ -59,6 +59,9 @@ struct async_wait_ctx_st {
     struct fd_lookup_st *fds;
     size_t numadd;
     size_t numdel;
+    ASYNC_callback_fn callback;
+    void *callback_arg;
+    int status;
 };
 
 DEFINE_STACK_OF(ASYNC_JOB)