X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcondition-internal.h;fp=src%2Fbin%2Flttng-sessiond%2Fcondition-internal.h;h=0000000000000000000000000000000000000000;hp=49a074952a5bed638661adcf6e8e579aee500b91;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/bin/lttng-sessiond/condition-internal.h b/src/bin/lttng-sessiond/condition-internal.h deleted file mode 100644 index 49a074952..000000000 --- a/src/bin/lttng-sessiond/condition-internal.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2020 Francis Deslauriers - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_SESSIOND_CONDITION_INTERNAL_H -#define LTTNG_SESSIOND_CONDITION_INTERNAL_H - -#include - -/* - * The lttng_condition hashing code is kept in this file (rather than - * condition.c) since it makes use of GPLv2 code (hashtable utils), which we - * don't want to link in liblttng-ctl. - */ -unsigned long lttng_condition_hash(const struct lttng_condition *condition); - -struct lttng_condition *lttng_condition_copy( - const struct lttng_condition *condition); - -#endif /* LTTNG_SESSIOND_CONDITION_INTERNAL_H */