提交 951bcc7c 编写于 作者: S Shengliang Guan

fix compile error

上级 f3fb6c8b
......@@ -12,3 +12,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "tq.h"
int tqPushMsg(void * p) {return 0;}
int tqCommit(STQ *pTQ) {return 0;}
......@@ -5,8 +5,8 @@ target_include_directories(
PUBLIC "${CMAKE_SOURCE_DIR}/include/server/vnode/tsdb"
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
)
target_include_directories(
target_link_libraries(
tsdb
PRIVATE os
PUBLIC os
PRIVATE common
)
\ No newline at end of file
......@@ -12,3 +12,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "tsdb.h"
int tsdbInsert(STsdb *pTsdb, SSubmitReq *pMsg) { return 0; }
int tsdbCommit(STsdb *pTsdb) { return 0; }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册