queue
This commit is contained in:
parent
ca7e62d9da
commit
f680976d64
|
@ -13,8 +13,9 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _TD_UTIL_QUEUE_H
|
||||
#define _TD_UTIL_QUEUE_H
|
||||
#ifndef _TD_UTIL_QUEUE_H_
|
||||
#define _TD_UTIL_QUEUE_H_
|
||||
|
||||
#include "os.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -80,4 +81,4 @@ int32_t taosGetQsetItemsNumber(STaosQset *qset);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /*_TD_UTIL_QUEUE_H*/
|
||||
#endif /*_TD_UTIL_QUEUE_H_*/
|
||||
|
|
Loading…
Reference in New Issue