master
h 9 lines 226 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef STREAMING_COMMON_H
4 #define STREAMING_COMMON_H
5
6 #define NETDATA_STREAM_URL "/stream"
7 #define NETDATA_STREAM_PROTO_NAME "netdata_stream/2.0"
8
9 #endif /* STREAMING_COMMON_H */