diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /tests/profile | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/profile')
-rw-r--r-- | tests/profile/benchmark-registry.c | 2 | ||||
-rw-r--r-- | tests/profile/test-eval.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/profile/benchmark-registry.c b/tests/profile/benchmark-registry.c index cfed6d7c8..bc5934af3 100644 --- a/tests/profile/benchmark-registry.c +++ b/tests/profile/benchmark-registry.c @@ -2,7 +2,7 @@ /* * compile with - * gcc -O1 -ggdb -Wall -Wextra -I ../src/ -I ../ -o benchmark-registry benchmark-registry.c ../src/dictionary.o ../src/log.o ../src/avl.o ../src/common.o ../src/appconfig.o ../src/web_buffer.o ../src/storage_number.o ../src/rrd.o ../src/health.o -pthread -luuid -lm -DHAVE_CONFIG_H -DVARLIB_DIR="\"/tmp\"" + * gcc -O1 -ggdb -Wall -Wextra -I ../src/ -I ../ -o benchmark-registry benchmark-registry.c ../src/dictionary.o ../src/log.o ../src/avl.o ../src/common.o ../src/appconfig.o ../src/web_buffer.o ../src/storage_number.o ../src/rrd.o ../src/health.o -pthread -luuid -lm -DVARLIB_DIR="\"/tmp\"" */ char *hostname = "me"; diff --git a/tests/profile/test-eval.c b/tests/profile/test-eval.c index 17836f6e9..59469f179 100644 --- a/tests/profile/test-eval.c +++ b/tests/profile/test-eval.c @@ -10,7 +10,7 @@ #include "config.h" #include "libnetdata/libnetdata.h" #include "libnetdata/required_dummies.h" -#include "database/rrdcalc.h" +#include "health/rrdcalc.h" /* void indent(int level, int show) { |