X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=e66edee2b79609cdcb76c77bca74b04d97b50da9;hp=acbc6783b8f20cc4796526d1719d92e7a918cbc1;hb=b63149382964b82d32eb35b179d0b043b657fa26;hpb=347e0f146d848f8e5a6b2cb07c016d3f4085f310 diff --git a/src/common/consumer.c b/src/common/consumer.c index acbc6783b..e66edee2b 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -2754,7 +2754,7 @@ int consumer_data_pending(uint64_t id) ht = consumer_data.stream_list_ht; cds_lfht_for_each_entry_duplicate(ht->ht, - ht->hash_fct((void *)((unsigned long) id), 0x42UL), + ht->hash_fct((void *)((unsigned long) id), lttng_ht_seed), ht->match_fct, (void *)((unsigned long) id), &iter.iter, stream, node_session_id.node) { /* If this call fails, the stream is being used hence data pending. */