minor changes
This commit is contained in:
parent
28341e3182
commit
d7a5f76b8b
|
@ -118,7 +118,7 @@ typedef struct {
|
||||||
int32_t mnodeGetStatistics(SMnodeStat *stat);
|
int32_t mnodeGetStatistics(SMnodeStat *stat);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the statistical information of Mnode.
|
* Get the auth information of Mnode.
|
||||||
*
|
*
|
||||||
* @param user, username.
|
* @param user, username.
|
||||||
* @param spi, security parameter index.
|
* @param spi, security parameter index.
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TDENGINE_TWORKER_H
|
#ifndef _TD_UTIL_WORKER_H
|
||||||
#define TDENGINE_TWORKER_H
|
#define _TD_UTIL_WORKER_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -78,4 +78,4 @@ void tWriteWorkerFreeQueue(SWriteWorkerPool *pool, taos_queue queue);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif /*_TD_UTIL_WORKER_H*/
|
||||||
|
|
Loading…
Reference in New Issue