Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / hashtable / seed.c
CommitLineData
04952f7c
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.02425 seconds and 5 git commands to generate.