Fix channel transport name
[ust.git] / libust / buffers.c
index 0e198da1bc21e3a023e63c10156bc38f3c463fd3..5e67d544d13104877808ad21a62ae44669562e86 100644 (file)
@@ -7,8 +7,8 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * License as published by the Free Software Foundation; version 2.1 of
+ * the License.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -40,7 +40,7 @@
 #include "channels.h"
 #include "tracer.h"
 #include "tracercore.h"
-#include "usterr_signal_safe.h"
+#include <ust/usterr-signal-safe.h>
 
 struct ltt_reserve_switch_offsets {
        long begin, end, old;
@@ -1056,6 +1056,7 @@ static char initialized = 0;
 
 void __attribute__((constructor)) init_ustrelay_transport(void)
 {
+       init_usterr();
        if(!initialized) {
                ltt_transport_register(&ust_relay_transport);
                initialized = 1;
This page took 0.024996 seconds and 4 git commands to generate.