diff options
Diffstat (limited to 'src/ioq.h')
-rw-r--r-- | src/ioq.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,12 +33,12 @@ struct ioq_res { * * @param depth * The maximum depth of the queue. - * @param threads + * @param nthreads * The maximum number of background threads. * @return * The new I/O queue, or NULL on failure. */ -struct ioq *ioq_create(size_t depth, size_t threads); +struct ioq *ioq_create(size_t depth, size_t nthreads); /** * Asynchronous bfs_opendir(). |