-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Major
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:
[make]
../../../include/db.h:29:20: dbsync.h: No such file or directory
svn.zabbix.com$ svn diff -rPREV trunk/include/db.h
Index: trunk/include/db.h
===================================================================
— trunk/include/db.h (revision 5116)
+++ trunk/include/db.h (working copy)
@@ -26,6 +26,7 @@
#include "common.h"
#include "zbxdb.h"
+#include "dbsync.h"
extern char *CONFIG_DBHOST;
extern char *CONFIG_DBNAME;
@@ -495,6 +496,7 @@
void DBcommit();
void DBrollback();
+const ZBX_TABLE *DBget_table(const char *tablename);
zbx_uint64_t DBget_maxid(char *table, char *field);
int DBget_function_result(char **result,char *functionid);