diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-30 14:47:10 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-30 14:47:10 +0000 |
| commit | dedab5c6f3d57ce9a98dec9949d6ed8d9c128e72 (patch) | |
| tree | 795310bdb2b5e842f370f940edddbd781de413b9 /include | |
| parent | 5a779fd72ae289e8290760f8fb6ff341dd166ffb (diff) | |
Trending of old data.
git-svn-id: svn://svn.zabbix.com/trunk@1077 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h index 2e5a2eaa..5324820a 100644 --- a/include/db.h +++ b/include/db.h @@ -180,6 +180,7 @@ int DBnum_rows(DB_RESULT *result); int DBget_function_result(double *result,char *functionid); void DBupdate_host_status(int hostid,int status,int clock); int DBupdate_item_status_to_notsupported(int itemid); +int DBadd_trend(int itemid, double value, int clock); int DBadd_history(int itemid, double value, int clock); int DBadd_history_str(int itemid, char *value, int clock); int DBadd_service_alarm(int serviceid,int status,int clock); |
