diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-03-01 21:57:09 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-03-01 21:57:09 +0400 |
commit | 4f28edb3f55048024301068417be00106ebdd09a (patch) | |
tree | 7622d57398f3132b0f3552bb17c58b2a11daa66d /test/tests.h | |
parent | 9d703560099beea2b2b53c533e7f71dc926293b2 (diff) | |
download | rspamd-4f28edb3f55048024301068417be00106ebdd09a.tar.gz rspamd-4f28edb3f55048024301068417be00106ebdd09a.zip |
Fix asynchronous IO API.
Write test case for aio.
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h index ee05c903d..be2c29fca 100644 --- a/test/tests.h +++ b/test/tests.h @@ -26,4 +26,7 @@ void rspamd_statfile_test_func (); /* DNS resolving */ void rspamd_dns_test_func (); +/* Async IO */ +void rspamd_async_test_func (); + #endif |