Fix all -Wdiscarded-qualifiers warning instances
[lttng-tools.git] / tests / unit / test_relayd_backward_compat_group_by_session.c
index 769f8809efc2183cf03176c06ef9e12f36bdba02..d068372faff80e4b2282b960cda8d45981ce6af7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
 #define NUM_TESTS_PER_TEST 1
 
 struct test {
-       char *stream_path;
-       char *session_name;
-       char *hostname;
-       char *creation_time;
-       char *extra_path;
-       char *leftover;
+       const char *stream_path;
+       const char *session_name;
+       const char *hostname;
+       const char *creation_time;
+       const char *extra_path;
+       const char *leftover;
        bool is_valid;
 };
 
This page took 0.02464 seconds and 4 git commands to generate.