relayd: share the same output directory handle accross sessions
[lttng-tools.git] / src / bin / lttng-relayd / cmd.h
index 14634954b1f3a83b863585861b1497dfc4b3023d..6845fabfcb64c7d06be1a3db302bf32257c776b3 100644 (file)
@@ -1,6 +1,10 @@
+#ifndef RELAYD_CMD_H
+#define RELAYD_CMD_H
+
 /*
  * Copyright (C) 2013 - 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, as
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef RELAYD_CMD_H
-#define RELAYD_CMD_H
-
-#include "cmd-generic.h"
 #include "cmd-2-1.h"
 #include "cmd-2-2.h"
+#include "cmd-2-4.h"
+#include "cmd-2-11.h"
 
 #endif /* RELAYD_CMD_H */
This page took 0.023499 seconds and 4 git commands to generate.