minor changes

This commit is contained in:
Shengliang Guan 2021-10-11 10:43:25 +08:00
parent 28341e3182
commit d7a5f76b8b
2 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ typedef struct {
int32_t mnodeGetStatistics(SMnodeStat *stat);
/**
* Get the statistical information of Mnode.
* Get the auth information of Mnode.
*
* @param user, username.
* @param spi, security parameter index.

View File

@ -13,8 +13,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TDENGINE_TWORKER_H
#define TDENGINE_TWORKER_H
#ifndef _TD_UTIL_WORKER_H
#define _TD_UTIL_WORKER_H
#ifdef __cplusplus
extern "C" {
@ -78,4 +78,4 @@ void tWriteWorkerFreeQueue(SWriteWorkerPool *pool, taos_queue queue);
}
#endif
#endif
#endif /*_TD_UTIL_WORKER_H*/