2 * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 * SPDX-License-Identifier: GPL-2.0-only
8 #ifndef LTTNG_CREDENTIALS_H
9 #define LTTNG_CREDENTIALS_H
11 #include <sys/types.h>
14 struct lttng_credentials
{
19 bool lttng_credentials_is_equal(const struct lttng_credentials
*a
,
20 const struct lttng_credentials
*b
);
22 #endif /* LTTNG_CREDENTIALS_H */
This page took 0.029515 seconds and 4 git commands to generate.