summaryrefslogtreecommitdiffstats
path: root/src/adaptive_resortable_list.h
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
commit61aedf201c2c4bf0e5aa4db32e74f4d860b88593 (patch)
treebcf4f9a0cd8bc2daf38b2ff9f29bfcc1e5ed8968 /src/adaptive_resortable_list.h
parentNew upstream version 1.8.0+dfsg (diff)
downloadnetdata-upstream/1.9.0+dfsg.tar.xz
netdata-upstream/1.9.0+dfsg.zip
New upstream version 1.9.0+dfsgupstream/1.9.0+dfsg
Diffstat (limited to 'src/adaptive_resortable_list.h')
-rw-r--r--src/adaptive_resortable_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/adaptive_resortable_list.h b/src/adaptive_resortable_list.h
index 609cd0c43..c007fa31e 100644
--- a/src/adaptive_resortable_list.h
+++ b/src/adaptive_resortable_list.h
@@ -110,6 +110,9 @@ extern int arl_find_or_create_and_relink(ARL_BASE *base, const char *s, const ch
// begin an ARL iteration
extern void arl_begin(ARL_BASE *base);
+extern void arl_callback_str2ull(const char *name, uint32_t hash, const char *value, void *dst);
+extern void arl_callback_str2kernel_uint_t(const char *name, uint32_t hash, const char *value, void *dst);
+
// check a keyword against the ARL
// this is to be called for each keyword read from source data
// s = the keyword, as collected