Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/service_protocol.h')
-rw-r--r--include/service_protocol.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/service_protocol.h b/include/service_protocol.h
index 2a134a40af7..97520a8608e 100644
--- a/include/service_protocol.h
+++ b/include/service_protocol.h
@@ -29,13 +29,6 @@
#include "zbxalgo.h"
#include "zbxservice.h"
-typedef struct
-{
- zbx_uint64_t serviceid;
- zbx_vector_tags_t tags;
-}
-zbx_parent_service_t;
-
void zbx_service_serialize(unsigned char **data, size_t *data_alloc, size_t *data_offset, zbx_uint64_t eventid,
int clock, int ns, int value, int severity, const zbx_vector_ptr_t *tags);
void zbx_service_deserialize(const unsigned char *data, zbx_uint32_t size, zbx_vector_ptr_t *events);