]> arthur.barton.de Git - netdata.git/blobdiff - profile/benchmark-registry.c
updated configs.signatures
[netdata.git] / profile / benchmark-registry.c
index 68475eae09427b05d322dfe02aa86ac02c9e0f26..fd771a7a78e53f56d16db9af2e6a81370e5343fb 100755 (executable)
@@ -1,13 +1,15 @@
 
 /*
  * 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 -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 -DHAVE_CONFIG_H -DVARLIB_DIR="\"/tmp\""
  */
 
 char *hostname = "me";
 
 #include "../src/registry.c"
 
+void netdata_cleanup_and_exit(int ret) { exit(ret); }
+
 // ----------------------------------------------------------------------------
 // TESTS