Release 6.1.9
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
/* resulting in version 6.1 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
|
||||
ULONG *total_blocks, TX_THREAD **first_suspended,
|
||||
UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
|
||||
ULONG *total_blocks, TX_THREAD **first_suspended,
|
||||
ULONG *suspended_count, TX_BLOCK_POOL **next_pool)
|
||||
{
|
||||
|
||||
@@ -106,7 +106,7 @@ UINT status;
|
||||
{
|
||||
|
||||
/* Otherwise, call the actual block pool information get service. */
|
||||
status = _tx_block_pool_info_get(pool_ptr, name, available_blocks,
|
||||
status = _tx_block_pool_info_get(pool_ptr, name, available_blocks,
|
||||
total_blocks, first_suspended, suspended_count, next_pool);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user