aclk_contexts_api.h 438 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef ACLK_CONTEXTS_API_H
  3. #define ACLK_CONTEXTS_API_H
  4. #include "schema-wrappers/schema_wrappers.h"
  5. void aclk_send_contexts_snapshot(contexts_snapshot_t data);
  6. void aclk_send_contexts_updated(contexts_updated_t data);
  7. void aclk_update_node_collectors(struct update_node_collectors *collectors);
  8. void aclk_update_node_info(struct update_node_info *info);
  9. #endif /* ACLK_CONTEXTS_API_H */