diff options
Diffstat (limited to 'streaming/common.h')
-rw-r--r-- | streaming/common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/streaming/common.h b/streaming/common.h new file mode 100644 index 00000000..b7292f4d --- /dev/null +++ b/streaming/common.h @@ -0,0 +1,9 @@ +// 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 */ |