bitfield.h \
bitmap.h \
clock.h \
+ creds.h \
dynamic-type.h \
elf.h \
events.h \
--- /dev/null
+/*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
+ */
+
+#ifndef _UST_COMMON_CREDS_H
+#define _UST_COMMON_CREDS_H
+
+/*
+ * This is used in the kernel as an invalid value.
+ */
+
+#define INVALID_UID (uid_t) -1
+#define INVALID_GID (gid_t) -1
+
+#endif /* _UST_COMMON_CREDS_H */
string-utils.h \
event-notifier-notification.c \
ns.h \
- creds.h \
rculfhash.c \
rculfhash.h \
rculfhash-internal.h \
+++ /dev/null
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
- */
-
-#ifndef _LTTNG_CREDS_H
-#define _LTTNG_CREDS_H
-
-/*
- * This is used in the kernel as an invalid value.
- */
-
-#define INVALID_UID (uid_t) -1
-#define INVALID_GID (gid_t) -1
-
-#endif /* _LTTNG_CREDS_H */
#include <lttng/ringbuffer-context.h>
#include "context-internal.h"
-#include "creds.h"
+#include "common/creds.h"
/*
#include <lttng/ringbuffer-context.h>
#include "context-internal.h"
-#include "creds.h"
+#include "common/creds.h"
/*
#include <lttng/ringbuffer-context.h>
#include "context-internal.h"
-#include "creds.h"
+#include "common/creds.h"
/*
#include <lttng/ringbuffer-context.h>
#include "context-internal.h"
-#include "creds.h"
+#include "common/creds.h"
/*
#include <lttng/ringbuffer-context.h>
#include "context-internal.h"
-#include "creds.h"
+#include "common/creds.h"
/*
#include <lttng/ringbuffer-context.h>
#include "context-internal.h"
-#include "creds.h"
+#include "common/creds.h"
/*