Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-09-30 14:38:12 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-09-30 14:38:51 +0300
commit157fac9e2802c138fd37c0cb2b6e28bd7e6a3ed6 (patch)
tree96d0c4b1a2b1f67a09ce8b95311bd1e8d4d4dbba /include/db.h
parente87e37c199b304f18f9a797cba196e07adcc0123 (diff)
........S. [ZBXNEXT-6923] added node status update on exit, fixed table locking and standalone node registration
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index ef0efc2cc0d..d3d780a9007 100644
--- a/include/db.h
+++ b/include/db.h
@@ -537,6 +537,7 @@ DB_ROW DBfetch(DB_RESULT result);
int DBis_null(const char *field);
void DBbegin(void);
int DBcommit(void);
+int DBcommit_without_reconnect(void);
void DBrollback(void);
int DBend(int ret);