Replace daemonize function by std glibc daemon()
[lttng-tools.git] / include / lttng / liblttngctl.h
index cfe0cb59e3cde30a744ece501b1a53a2634ce8cc..eadc74a606d0da95fef91ccf1eca3e20c45c980c 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
+/*
+ * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- * 
  */
 
 #ifndef _LIBLTTNGCTL_H
 #define _LIBLTTNGCTL_H
 
+/* Default unix group name for tracing.
+ */
 #define DEFAULT_TRACING_GROUP "tracing"
 
+/* Environment variable to set session daemon
+ * binary path.
+ */
+#define LTTNG_SESSIOND_PATH_ENV "LTTNG_SESSIOND_PATH"
+
 /* 
  * From libuuid
  */
This page took 0.022943 seconds and 4 git commands to generate.