Use https in links to the lttng.org website
[lttng-tools.git] / src / common / hashtable / hashtable.h
index 05c174228b6c8a5aa4d4fefaf1034ec4767f6638..ea58bfe12010c694339e178d9645cb8c853a49be 100644 (file)
 #include <urcu.h>
 #include <stdint.h>
 
-#include "rculfhash.h"
-#include "rculfhash-internal.h"
 #include <common/macros.h>
+#include <urcu/rculfhash.h>
 
 extern unsigned long lttng_ht_seed;
 
-typedef unsigned long (*hash_fct)(void *_key, unsigned long seed);
+typedef unsigned long (*hash_fct)(const void *_key, unsigned long seed);
 typedef cds_lfht_match_fct hash_match_fct;
 
 enum lttng_ht_type {
This page took 0.024572 seconds and 4 git commands to generate.