Fix: futex wait: handle spurious futex wakeups
[lttng-tools.git] / tests / unit / test_session.c
index e6d9ec8bcc57c2967936dadd7dfa2489527e034f..78f58290a9fb004c080615c59e7e65864faaf2fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
 
 static struct ltt_session_list *session_list;
 
-/* For error.h */
-int lttng_opt_quiet = 1;
-int lttng_opt_verbose = 0;
-int lttng_opt_mi;
-
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.02896 seconds and 4 git commands to generate.