From b485aab7e71c1625cfc27e0f92c9509f42378458 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- src/streaming/common.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/streaming/common.h (limited to 'src/streaming/common.h') diff --git a/src/streaming/common.h b/src/streaming/common.h new file mode 100644 index 000000000..b7292f4d0 --- /dev/null +++ b/src/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 */ -- cgit v1.2.3