summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-12 12:38:10 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-12 12:38:10 +0000
commit136972cd16e5afe6078313d5b67d85e16e3d0e06 (patch)
tree8c5ac07ccb1a20eef92f1d4774f042eea7879122 /include
parent928871adddbb7f7db0aa1fd0b6809fc1070cadb2 (diff)
Added support for required string in WEB monitoring
git-svn-id: svn://svn.zabbix.com/trunk@3697 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index c8c7c988..bc4e9598 100644
--- a/include/db.h
+++ b/include/db.h
@@ -397,6 +397,7 @@ DB_HTTPSTEP
char url[MAX_STRING_LEN];
int timeout;
char posts[MAX_STRING_LEN];
+ char required[MAX_STRING_LEN];
};
DB_HTTPSTEPITEM