mirror of
https://github.com/netdata/netdata.git
synced 2025-05-06 10:10:11 +00:00
9 lines
226 B
C
9 lines
226 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#ifndef STREAMING_COMMON_H
|
|
#define STREAMING_COMMON_H
|
|
|
|
#define NETDATA_STREAM_URL "/stream"
|
|
#define NETDATA_STREAM_PROTO_NAME "netdata_stream/2.0"
|
|
|
|
#endif /* STREAMING_COMMON_H */
|