summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-01-18 11:25:43 +0200
committerGitHub <noreply@github.com>2024-01-18 11:25:43 +0200
commitdedc5be04014f80da63f4c3ca58307025ddffe8d (patch)
tree2a061a1b927e910aec2ef68ab1bc72ac9060c400 /web
parent83d1250cfaca88d2210a173e7fc39073a4abdb6b (diff)
Move mqtt_websockets under aclk/ (#16804)
* Move mqtt_websockets under aclk/ * Use relative paths for includes from mqtt_websockets ...in order to reduce the number of header search paths that we use when building the agent. Ideally, we'd make each component a standalone library target from CMake's perspective but more work needs to be done before we are able to do this. * Remove unused files. * Make licensing information consistent across all files. * Flatten the hierarchy of source files.
Diffstat (limited to 'web')
-rw-r--r--web/server/h2o/streaming.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/server/h2o/streaming.h b/web/server/h2o/streaming.h
index d66fd4841a..64d01d6be6 100644
--- a/web/server/h2o/streaming.h
+++ b/web/server/h2o/streaming.h
@@ -3,7 +3,7 @@
#ifndef HTTPD_STREAMING_H
#define HTTPD_STREAMING_H
-#include "mqtt_websockets/c-rbuf/include/ringbuffer.h"
+#include "aclk/mqtt_websockets/c-rbuf/cringbuffer.h"
#include "h2o.h"
typedef enum {