Fix: combined tracing of lttng-ust 2.12/2.13 generates corrupted traces
[lttng-ust.git] / src / common / creds.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7#ifndef _UST_COMMON_CREDS_H
8#define _UST_COMMON_CREDS_H
9
10/*
11 * This is used in the kernel as an invalid value.
12 */
13
14#define INVALID_UID (uid_t) -1
15#define INVALID_GID (gid_t) -1
16
17#endif /* _UST_COMMON_CREDS_H */
This page took 0.02289 seconds and 4 git commands to generate.