Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / hashtable / seed.cpp
CommitLineData
93903fd5
MD
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
11unsigned long lttng_ht_seed;
This page took 0.023144 seconds and 4 git commands to generate.