master
h 14 lines 403 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_STREAM_WAITING_LIST_H
4 #define NETDATA_STREAM_WAITING_LIST_H
5
6 void stream_thread_received_metadata(void);
7 void stream_thread_received_replication(void);
8
9 #ifdef STREAM_INTERNALS
10 #include "stream-thread.h"
11 void stream_thread_process_waiting_list_unsafe(struct stream_thread *sth, usec_t now_ut);
12 #endif
13
14 #endif //NETDATA_STREAM_WAITING_LIST_H