diff --git a/src/client/inc/tscBatchWrite.h b/src/client/inc/tscBatchWrite.h index d1907cef3c32b4e89bdc19467ba9207c44ec6c22..0e7d0136b068c30ced3cbe158bc0e60bc660cae4 100644 --- a/src/client/inc/tscBatchWrite.h +++ b/src/client/inc/tscBatchWrite.h @@ -56,7 +56,7 @@ typedef struct SAsyncBatchWriteDispatcher { int32_t bufferSize; // whether the dispatcher is shutdown. - volatile bool shutdown; + bool shutdown; SSqlObj* buffer[]; } SAsyncBatchWriteDispatcher; @@ -106,7 +106,7 @@ typedef struct SDispatcherTimeoutManager { int32_t timeoutMs; // whether the timeout manager is shutdown. - volatile bool shutdown; + bool shutdown; } SDispatcherTimeoutManager; /**