summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxdbhigh/db.c
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-29 09:14:40 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-29 09:14:40 +0000
commite3248ce4bc1b34d8623359d5333cfa9712b5eb73 (patch)
treeb6492fe4d207dbf0c28a30b4b5b262661459e7e7 /src/libs/zbxdbhigh/db.c
parent9972ad74f5d2d347e1d10f29c40bd76a6980b3ed (diff)
downloadzabbix-e3248ce4bc1b34d8623359d5333cfa9712b5eb73.tar.gz
zabbix-e3248ce4bc1b34d8623359d5333cfa9712b5eb73.tar.xz
zabbix-e3248ce4bc1b34d8623359d5333cfa9712b5eb73.zip
- [DEV-197] added support of trends_uint
git-svn-id: svn://svn.zabbix.com/trunk@5847 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxdbhigh/db.c')
-rw-r--r--src/libs/zbxdbhigh/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxdbhigh/db.c b/src/libs/zbxdbhigh/db.c
index 2e02361f..5eeb1a38 100644
--- a/src/libs/zbxdbhigh/db.c
+++ b/src/libs/zbxdbhigh/db.c
@@ -993,7 +993,7 @@ int DBproxy_update_item_status_to_notsupported(zbx_uint64_t itemid)
return SUCCEED;
}
-int DBadd_trend(zbx_uint64_t itemid, double value, int clock)
+static int DBadd_trend(zbx_uint64_t itemid, double value, int clock)
{
DB_RESULT result;
DB_ROW row;