fa8f7be044ef011062a964743d52d1eb5dbc64e5
2 * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
8 #ifndef LTTNG_SESSIOND_CONDITION_INTERNAL_H
9 #define LTTNG_SESSIOND_CONDITION_INTERNAL_H
11 #include <lttng/condition/condition.h>
18 * The lttng_condition hashing code is kept in this file (rather than
19 * condition.c) since it makes use of GPLv2 code (hashtable utils), which we
20 * don't want to link in liblttng-ctl.
22 unsigned long lttng_condition_hash(const struct lttng_condition
*condition
);
24 struct lttng_condition
*lttng_condition_copy(
25 const struct lttng_condition
*condition
);
31 #endif /* LTTNG_SESSIOND_CONDITION_INTERNAL_H */
This page took 0.029818 seconds and 3 git commands to generate.