Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / hashtable / seed.cpp
diff --git a/src/common/hashtable/seed.cpp b/src/common/hashtable/seed.cpp
new file mode 100644 (file)
index 0000000..24da1bc
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: LGPL-2.1-only
+ */
+
+#define _LGPL_SOURCE
+#include "hashtable.h"
+#include "utils.h"
+
+unsigned long lttng_ht_seed;
This page took 0.029546 seconds and 4 git commands to generate.