summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-24 19:22:07 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-24 19:22:07 +0000
commit8d9173ae38da6a3a69cb9f0f5c3dfca335ff9ca8 (patch)
tree2348cc893f491fdc4440857b2f846117c7305845 /include
parent2945234b1c58d27a84bc373c4645053bf95fe2aa (diff)
downloadzabbix-8d9173ae38da6a3a69cb9f0f5c3dfca335ff9ca8.tar.gz
zabbix-8d9173ae38da6a3a69cb9f0f5c3dfca335ff9ca8.tar.xz
zabbix-8d9173ae38da6a3a69cb9f0f5c3dfca335ff9ca8.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3517 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/dbsync.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dbsync.h b/include/dbsync.h
index 9b43d747..88d198e2 100644
--- a/include/dbsync.h
+++ b/include/dbsync.h
@@ -300,9 +300,9 @@ static ZBX_TABLE tables[]={
{"history", ZBX_TYPE_INT, ZBX_SYNC},
{"trends", ZBX_TYPE_INT, ZBX_SYNC},
{"nextcheck", ZBX_TYPE_INT, ZBX_NOSYNC},
- {"lastvalue", ZBX_TYPE_CHAR, ZBX_NOSYNC},
- {"lastclock", ZBX_TYPE_INT, ZBX_NOSYNC},
- {"prevvalue", ZBX_TYPE_CHAR, ZBX_NOSYNC},
+ {"lastvalue", ZBX_TYPE_CHAR, ZBX_SYNC}, // NOSYNC
+ {"lastclock", ZBX_TYPE_INT, ZBX_SYNC}, // NOSYNC
+ {"prevvalue", ZBX_TYPE_CHAR, ZBX_SYNC}, // NOSYNC
{"status", ZBX_TYPE_INT, ZBX_SYNC},
{"value_type", ZBX_TYPE_INT, ZBX_SYNC},
{"trapper_hosts", ZBX_TYPE_CHAR, ZBX_SYNC},
@@ -358,7 +358,7 @@ static ZBX_TABLE tables[]={
{"status", ZBX_TYPE_INT, ZBX_SYNC},
{"value", ZBX_TYPE_INT, ZBX_SYNC},
{"priority", ZBX_TYPE_INT, ZBX_SYNC},
- {"lastchange", ZBX_TYPE_INT, ZBX_NOSYNC},
+ {"lastchange", ZBX_TYPE_INT, ZBX_SYNC},
{"dep_level", ZBX_TYPE_INT, ZBX_SYNC},
{"comments", ZBX_TYPE_BLOB, ZBX_SYNC},
{"error", ZBX_TYPE_CHAR, ZBX_SYNC},