summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-24 10:41:03 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-24 10:41:03 +0000
commit844612c2ddd19cb5e9a8d423c88f95b013ea73a4 (patch)
treeaee33c086575457799bd70730bb5fc662a12d480 /include/common.h
parentf41d50841de55c6e2a14d9c4df9bcc3d6830d887 (diff)
downloadzabbix-844612c2ddd19cb5e9a8d423c88f95b013ea73a4.tar.gz
zabbix-844612c2ddd19cb5e9a8d423c88f95b013ea73a4.tar.xz
zabbix-844612c2ddd19cb5e9a8d423c88f95b013ea73a4.zip
- [ZBX-102] Distributed monitoring: overwriting information (Sasha)
[svn merge -r4904:4906 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4909 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common.h b/include/common.h
index f069fda0..9bd5a196 100644
--- a/include/common.h
+++ b/include/common.h
@@ -417,10 +417,6 @@ typedef enum
#define NODE_CKSUM_TYPE_OLD 0
#define NODE_CKSUM_TYPE_NEW 1
-/* Synced node */
-#define NODE_SYNC_SLAVE 0
-#define NODE_SYNC_MASTER 1
-
/* Types of operation in config log */
#define NODE_CONFIGLOG_OP_UPDATE 0
#define NODE_CONFIGLOG_OP_ADD 1
@@ -559,11 +555,6 @@ int zbx_pg_unescape_bytea(u_char *io);
char *zbx_get_next_field(const char *line, char **output, int *olen, char separator);
int str_in_list(char *list, const char *value, const char delimiter);
-void node_sync_lock(int nodeid);
-void node_sync_unlock(int nodeid);
-int calculate_checksums(int nodeid, const char *tablename, const zbx_uint64_t id);
-int update_checksums(int nodeid, int synked_slave, int synked_master, const char *tablename, const zbx_uint64_t id, char *fields);
-
#ifdef HAVE___VA_ARGS__
# define zbx_setproctitle(fmt, ...) __zbx_zbx_setproctitle(ZBX_CONST_STRING(fmt), ##__VA_ARGS__)
#else