Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / wrapper / random.h
index 4141cd0f21af67d61fcbbdd2b42e8b3e8f120762..d438e1bad960403bdf4597e1b1c4317bc9fccf29 100644 (file)
@@ -2,9 +2,7 @@
  *
  * wrapper/random.h
  *
- * wrapper around bootid read. Using KALLSYMS to get its address when
- * available, else we need to have a kernel that exports this function to GPL
- * modules.
+ * wrapper around bootid read. Read the boot id through the /proc filesystem.
  *
  * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
@@ -12,7 +10,7 @@
 #ifndef _LTTNG_WRAPPER_RANDOM_H
 #define _LTTNG_WRAPPER_RANDOM_H
 
-#include <lttng-clock.h>
+#include <lttng/clock.h>
 
 #define BOOT_ID_LEN    LTTNG_MODULES_UUID_STR_LEN
 
This page took 0.023918 seconds and 4 git commands to generate.