From b36a7d89538a926254a680bd85fe7d56417e3e16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Oct 2009 15:39:43 +0000 Subject: Use size_t for swapout_workers. --- cpukit/libblock/include/rtems/bdbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libblock/include/rtems/bdbuf.h') diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/libblock/include/rtems/bdbuf.h index f74fd4b353..31073dcbbe 100644 --- a/cpukit/libblock/include/rtems/bdbuf.h +++ b/cpukit/libblock/include/rtems/bdbuf.h @@ -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 -- cgit v1.2.3