From 1b5816a206016d06128bd5e9afa7fbf8f09b0847 Mon Sep 17 00:00:00 2001 From: Scott Larson Date: Wed, 30 Sep 2020 15:42:41 -0700 Subject: 6.1 minor release --- common/src/tx_queue_initialize.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'common/src/tx_queue_initialize.c') diff --git a/common/src/tx_queue_initialize.c b/common/src/tx_queue_initialize.c index 0e9bb622..41fb6fa1 100644 --- a/common/src/tx_queue_initialize.c +++ b/common/src/tx_queue_initialize.c @@ -73,7 +73,6 @@ ULONG _tx_queue_performance_full_error_count; ULONG _tx_queue_performance_timeout_count; #endif -#endif /**************************************************************************/ @@ -81,7 +80,7 @@ ULONG _tx_queue_performance_timeout_count; /* FUNCTION RELEASE */ /* */ /* _tx_queue_initialize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -112,6 +111,11 @@ ULONG _tx_queue_performance_timeout_count; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 William E. Lamie Initial Version 6.0 */ +/* 09-30-2020 Yuxin Zhou Modified comment(s), */ +/* opt out of function when */ +/* TX_INLINE_INITIALIZATION is */ +/* defined, */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ VOID _tx_queue_initialize(VOID) @@ -135,4 +139,4 @@ VOID _tx_queue_initialize(VOID) #endif #endif } - +#endif -- cgit v1.3.1