include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-ctl.h
index 360bb09ab5d02dac0901963a11f208c1db4200df..86aa6ef7c6b9f49bd7f6f719cb4d6596d279f8bc 100644 (file)
@@ -1,9 +1,7 @@
-/*
- * SPDX-License-Identifier: GPL-2.0-only
- *
- * Copyright (C) 2011 Julien Desfossez <julien.desfossez@polymtl.ca>
- * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 EfficiOS Inc.
+// SPDX-FileCopyrightText: 2011-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
 
 #ifndef _LTTNG_UST_CTL_H
 #define _LTTNG_UST_CTL_H
@@ -660,6 +658,8 @@ int lttng_ust_ctl_counter_clear(struct lttng_ust_ctl_daemon_counter *counter,
 
 void lttng_ust_ctl_sigbus_handle(void *addr);
 
+int lttng_ust_ctl_get_version(uint32_t *major, uint32_t *minor, uint32_t *patchlevel);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.024583 seconds and 4 git commands to generate.