From 252d6d3aa62dccf0dc826644b7da0b6bafa3831b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 22 Jul 2015 17:50:51 +0100 Subject: Add ASYNC_JOB pools It is expensive to create the ASYNC_JOB objects due to the "makecontext" call. This change adds support for pools of ASYNC_JOB objects so that we don't have to create a new ASYNC_JOB every time we want to use one. Reviewed-by: Rich Salz --- util/libeay.num | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/libeay.num b/util/libeay.num index 8a6c4c528e..4b6893d97f 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -4654,3 +4654,5 @@ ASYNC_pause_job 5013 EXIST::FUNCTION: ASYNC_job_is_waiting 5014 NOEXIST::FUNCTION: ASYNC_in_job 5015 EXIST::FUNCTION: ASYNC_start_job 5016 EXIST::FUNCTION: +ASYNC_init_pool 5017 EXIST::FUNCTION: +ASYNC_free_pool 5018 EXIST::FUNCTION: -- cgit v1.2.3