netdata/netdata

View on GitHub
src/aclk/aclk_contexts_api.h

Summary

Maintainability
Test Coverage
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef ACLK_CONTEXTS_API_H
#define ACLK_CONTEXTS_API_H

#include "schema-wrappers/schema_wrappers.h"


void aclk_send_contexts_snapshot(contexts_snapshot_t data);
void aclk_send_contexts_updated(contexts_updated_t data);
void aclk_update_node_collectors(struct update_node_collectors *collectors);
void aclk_update_node_info(struct update_node_info *info);

#endif /* ACLK_CONTEXTS_API_H */