summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-06 10:49:58 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-06 10:49:58 +0000
commit0c73f6de93f75b5c3875ea46d5160884d3e08389 (patch)
tree5a7294b9e169cc7d87618f292373d261d046bc28 /include
parenta9bc71fb2da3acff905b8d2cc7a5ae37a24c774f (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2040 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
-rw-r--r--include/db.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index f3cb32bc..8a925e0f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -17,9 +17,6 @@
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
-
-/*#define TESTTEST*/
-
#ifndef ZABBIX_COMMON_H
#define ZABBIX_COMMON_H
diff --git a/include/db.h b/include/db.h
index 6f50178a..488ce9bc 100644
--- a/include/db.h
+++ b/include/db.h
@@ -139,6 +139,8 @@ DB_ITEM
int timestamp;
int eventlog_severity;
char *eventlog_source;
+
+ char *logtimefmt;
};
DB_FUNCTION