Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / hashtable / seed.cpp
1 /*
2 * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7 #define _LGPL_SOURCE
8 #include "hashtable.h"
9 #include "utils.h"
10
11 unsigned long lttng_ht_seed;
This page took 0.028478 seconds and 4 git commands to generate.