Fix headers include and rename kernctl.h header
[lttng-tools.git] / include / lttng / lttng.h
index 1bdb66c61e12dcbcccac846398b078d01f95cc28..3e5b055625b332772b502160a248b96ea7c01ccb 100644 (file)
 #ifndef _LTTNG_H
 #define _LTTNG_H
 
-#include <asm/types.h>
-#include <sys/types.h>
-#include <stdint.h>
 #include <limits.h>
+#include <stdint.h>
+#include <sys/types.h>
 
 /* Default unix group name for tracing. */
 #define LTTNG_DEFAULT_TRACING_GROUP "tracing"
@@ -298,7 +297,7 @@ extern const char *lttng_get_readable_code(int code);
  * domain. No consumer will be spawned and all fds/commands will go through the
  * socket path given (socket_path).
  *
- * NOTE: At the moment, if you use the liblttkconsumerd, you can only use the
+ * NOTE: At the moment, if you use the liblttngkconsumerd, you can only use the
  * command socket. The error socket is not supported yet for roaming consumers.
  */
 extern int lttng_register_consumer(struct lttng_handle *handle,
This page took 0.022916 seconds and 4 git commands to generate.