Fix: Relay daemon ownership and reference counting
[lttng-tools.git] / src / bin / lttng-relayd / utils.h
index de1521d6fd3252ccf7853dd1e9aafd2270dbee0d..4a56980e47e7dbbeb7d0b584ab24d32ef3174fd8 100644 (file)
@@ -1,6 +1,10 @@
+#ifndef RELAYD_UTILS_H
+#define RELAYD_UTILS_H
+
 /*
  * Copyright (C) 2012 - Julien Desfossez <jdesfossez@efficios.com>
  *                      David Goulet <dgoulet@efficios.com>
+ *               2015 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 2 only,
@@ -16,9 +20,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef RELAYD_UTILS_H
-#define RELAYD_UTILS_H
-
 char *create_output_path(char *path_name);
 
 #endif /* RELAYD_UTILS_H */
This page took 0.023531 seconds and 4 git commands to generate.