X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fhashtable%2Fhashtable-symbols.hpp;fp=src%2Fcommon%2Fhashtable%2Fhashtable-symbols.hpp;h=5f22c0e820b26a46ef97eb7ec0460e80d2f8a46f;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=0000000000000000000000000000000000000000;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;p=lttng-tools.git diff --git a/src/common/hashtable/hashtable-symbols.hpp b/src/common/hashtable/hashtable-symbols.hpp new file mode 100644 index 000000000..5f22c0e82 --- /dev/null +++ b/src/common/hashtable/hashtable-symbols.hpp @@ -0,0 +1,33 @@ +#ifndef _HASHTABLE_SYMBOLS_H +#define _HASHTABLE_SYMBOLS_H + +/* + * hashtable-symbols.h + * + * LTTng hash table symbol prefixing + * + * Copyright 2012 Mathieu Desnoyers + * + * SPDX-License-Identifier: LGPL-2.1-only + * + */ + +#define _cds_lfht_new lttng__cds_lfht_new +#define cds_lfht_add lttng_cds_lfht_add +#define cds_lfht_add_replace lttng_cds_lfht_add_replace +#define cds_lfht_add_unique lttng_cds_lfht_add_unique +#define cds_lfht_count_nodes lttng_cds_lfht_count_nodes +#define cds_lfht_del lttng_cds_lfht_del +#define cds_lfht_destroy lttng_cds_lfht_destroy +#define cds_lfht_first lttng_cds_lfht_first +#define cds_lfht_fls_ulong lttng_cds_lfht_fls_ulong +#define cds_lfht_get_count_order_u32 lttng_cds_lfht_get_count_order_u32 +#define cds_lfht_get_count_order_ulong lttng_cds_lfht_get_count_order_ulong +#define cds_lfht_is_node_deleted lttng_cds_lfht_is_node_deleted +#define cds_lfht_lookup lttng_cds_lfht_lookup +#define cds_lfht_next lttng_cds_lfht_next +#define cds_lfht_next_duplicate lttng_cds_lfht_next_duplicate +#define cds_lfht_replace lttng_cds_lfht_replace +#define cds_lfht_resize lttng_cds_lfht_resize + +#endif /* _HASHTABLE_SYMBOLS_H */