Use size_t for swapout_workers.

This commit is contained in:
Ralf Corsepius
2009-10-13 15:39:43 +00:00
parent 253c3a1d21
commit b36a7d8953

View File

@@ -242,7 +242,7 @@ typedef struct rtems_bdbuf_config {
uint32_t swapout_period; /**< Period swapout checks buf
* timers. */
uint32_t swap_block_hold; /**< Period a buffer is held. */
uint32_t swapout_workers; /**< The number of worker
size_t swapout_workers; /**< The number of worker
* threads for the swapout
* task. */
rtems_task_priority swapout_worker_priority; /**< Priority of the swap out