Commit | Line | Data |
---|---|---|
dc359c0c MD |
1 | #ifndef _HASHTABLE_SYMBOLS_H |
2 | #define _HASHTABLE_SYMBOLS_H | |
3 | ||
4 | /* | |
5 | * hashtable-symbols.h | |
6 | * | |
7 | * LTTng hash table symbol prefixing | |
8 | * | |
ab5be9fa | 9 | * Copyright 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
dc359c0c | 10 | * |
ab5be9fa | 11 | * SPDX-License-Identifier: LGPL-2.1-only |
dc359c0c | 12 | * |
dc359c0c MD |
13 | */ |
14 | ||
15 | #define _cds_lfht_new lttng__cds_lfht_new | |
16 | #define cds_lfht_add lttng_cds_lfht_add | |
17 | #define cds_lfht_add_replace lttng_cds_lfht_add_replace | |
18 | #define cds_lfht_add_unique lttng_cds_lfht_add_unique | |
19 | #define cds_lfht_count_nodes lttng_cds_lfht_count_nodes | |
20 | #define cds_lfht_del lttng_cds_lfht_del | |
21 | #define cds_lfht_destroy lttng_cds_lfht_destroy | |
22 | #define cds_lfht_first lttng_cds_lfht_first | |
23 | #define cds_lfht_fls_ulong lttng_cds_lfht_fls_ulong | |
24 | #define cds_lfht_get_count_order_u32 lttng_cds_lfht_get_count_order_u32 | |
25 | #define cds_lfht_get_count_order_ulong lttng_cds_lfht_get_count_order_ulong | |
26 | #define cds_lfht_is_node_deleted lttng_cds_lfht_is_node_deleted | |
27 | #define cds_lfht_lookup lttng_cds_lfht_lookup | |
28 | #define cds_lfht_next lttng_cds_lfht_next | |
29 | #define cds_lfht_next_duplicate lttng_cds_lfht_next_duplicate | |
30 | #define cds_lfht_replace lttng_cds_lfht_replace | |
31 | #define cds_lfht_resize lttng_cds_lfht_resize | |
32 | ||
33 | #endif /* _HASHTABLE_SYMBOLS_H */ |