Major code cleanup
[lttng-tools.git] / ltt-sessiond / utils.h
index 4da5f498e6556de40a9d024f89a9eb9dc7fb8243..449c3ef6bc5276689d55c43beb9299e5006cd9b6 100644 (file)
@@ -1,9 +1,5 @@
-#ifndef _LTT_UTILS_H
-#define _LTT_UTILS_H
-
 /*
  * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
- * Copyright (C) 2011 - 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 as published by the Free
  * Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <unistd.h>
+#ifndef _LTT_UTILS_H
+#define _LTT_UTILS_H
 
-#ifndef ARRAY_SIZE
-#define ARRAY_SIZE(array)   (sizeof(array) / (sizeof((array)[0])))
-#endif
+#include <unistd.h>
 
 int mkdir_recursive(const char *path, mode_t mode, uid_t uid, gid_t gid);
 const char *get_home_dir(void);
+int notify_thread_pipe(int wpipe);
 
 #endif /* _LTT_UTILS_H */
This page took 0.02282 seconds and 4 git commands to generate.