Symbol prefixing: in-house copy of hash table
[lttng-tools.git] / src / common / hashtable / hashtable-symbols.h
1 #ifndef _HASHTABLE_SYMBOLS_H
2 #define _HASHTABLE_SYMBOLS_H
3
4 /*
5 * hashtable-symbols.h
6 *
7 * LTTng hash table symbol prefixing
8 *
9 * Copyright 2012 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10 *
11 * This library is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU Lesser General Public License, version 2.1 only,
13 * as published by the Free Software Foundation.
14 *
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public License
21 * along with this library; if not, write to the Free Software Foundation,
22 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */
24
25 #define _cds_lfht_new lttng__cds_lfht_new
26 #define cds_lfht_add lttng_cds_lfht_add
27 #define cds_lfht_add_replace lttng_cds_lfht_add_replace
28 #define cds_lfht_add_unique lttng_cds_lfht_add_unique
29 #define cds_lfht_count_nodes lttng_cds_lfht_count_nodes
30 #define cds_lfht_del lttng_cds_lfht_del
31 #define cds_lfht_destroy lttng_cds_lfht_destroy
32 #define cds_lfht_first lttng_cds_lfht_first
33 #define cds_lfht_fls_ulong lttng_cds_lfht_fls_ulong
34 #define cds_lfht_get_count_order_u32 lttng_cds_lfht_get_count_order_u32
35 #define cds_lfht_get_count_order_ulong lttng_cds_lfht_get_count_order_ulong
36 #define cds_lfht_is_node_deleted lttng_cds_lfht_is_node_deleted
37 #define cds_lfht_lookup lttng_cds_lfht_lookup
38 #define cds_lfht_next lttng_cds_lfht_next
39 #define cds_lfht_next_duplicate lttng_cds_lfht_next_duplicate
40 #define cds_lfht_replace lttng_cds_lfht_replace
41 #define cds_lfht_resize lttng_cds_lfht_resize
42
43 #endif /* _HASHTABLE_SYMBOLS_H */
This page took 0.029328 seconds and 4 git commands to generate.