implement ring buffer clients
[lttng-ust.git] / libringbuffer / ring_buffer_abi.c
index 56423276ef9d3dd3f6552886a6aee115e7554899..fbf6df537f20de015467a5c416189b31710e0009 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * ring_buffer_vfs.c
+ * ring_buffer_abi.c
  *
  * Copyright (C) 2009-2010 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
@@ -10,7 +10,7 @@
 
 #include "backend.h"
 #include "frontend.h"
-#include "vfs.h"
+#include <ust/ring-buffer-abi.h>
 
 static int put_ulong(unsigned long val, unsigned long arg)
 {
This page took 0.02419 seconds and 4 git commands to generate.