Fix: use the correct endian compat macros
[lttng-tools.git] / src / common / runas.h
index 40b4f91b07792864c00cc463bc1ea87f39423c52..71aed96ea3bc4f7b44a6da274ecda11799830372 100644 (file)
@@ -2,10 +2,10 @@
 #define _RUNAS_H
 
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -73,7 +73,7 @@ int run_as_extract_sdt_probe_offsets(int fd, const char *provider_name,
 LTTNG_HIDDEN
 int run_as_generate_filter_bytecode(const char *filter_expression,
                const struct lttng_credentials *creds,
-               struct lttng_filter_bytecode **bytecode);
+               struct lttng_bytecode **bytecode);
 LTTNG_HIDDEN
 int run_as_create_worker(const char *procname,
                post_fork_cleanup_cb clean_up_func, void *clean_up_user_data);
This page took 0.024 seconds and 4 git commands to generate.