diff options
author | root <root> | 2008-05-11 13:05:10 +0000 |
---|---|---|
committer | root <root> | 2008-05-11 13:05:10 +0000 |
commit | b897dac732094657aa697284f33ebbb5f2ba3bc2 (patch) | |
tree | 0d6f1794ebb192f3f806c2f96bbe3edcb2490876 /eio.h | |
parent | afc1569fb68a625fa00e1bc7b79f87758f441204 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r-- | eio.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -94,10 +94,6 @@ int eio_poll (void); void eio_set_max_poll_time (eio_tstamp nseconds); /* do not handle more then count requests in one call to eio_poll_cb */ void eio_set_max_poll_reqs (unsigned int nreqs); -/* when != 0, then eio_submit blocks as long as nready > count */ -void eio_set_max_outstanding (unsigned int maxreqs); -/* set maxinum number of idle threads */ -void eio_set_max_idle (unsigned int nthreads); /* set minimum required number * maximum wanted number |