Source
13
13
** GNU General Public License for more details.
14
14
**
15
15
** You should have received a copy of the GNU General Public License
16
16
** along with this program; if not, write to the Free Software
17
17
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
**/
19
19
20
20
#ifndef ZABBIX_LLD_H
21
21
#define ZABBIX_LLD_H
22
22
23
-
#include "common.h"
24
23
#include "zbxalgo.h"
25
24
26
25
void zbx_lld_process_value(zbx_uint64_t itemid, zbx_uint64_t hostid, const char *value, const zbx_timespec_t *ts, unsigned char meta,
27
26
zbx_uint64_t lastlogsize, int mtime, const char *error);
28
27
29
28
void zbx_lld_process_agent_result(zbx_uint64_t itemid, zbx_uint64_t hostid, AGENT_RESULT *result, zbx_timespec_t *ts, char *error);
30
29
31
30
int zbx_lld_get_queue_size(zbx_uint64_t *size, char **error);
32
31
33
32
int zbx_lld_get_diag_stats(zbx_uint64_t *items_num, zbx_uint64_t *values_num, char **error);