2 * Copyright (C) 2020 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
10 #include "credentials.h"
12 bool lttng_credentials_is_equal(const struct lttng_credentials
*a
,
13 const struct lttng_credentials
*b
)
18 if ((a
->uid
!= b
->uid
) || (a
->gid
!= b
->gid
)) {
This page took 0.032102 seconds and 5 git commands to generate.