Document prod/consumer synchro
[lttng-ust.git] / libringbuffer / api.h
index f8a1145b10fe4fcee1c7bfe9bacd396784af741a..2f1532688c3a9e0e1355c33fd0173183b92466be 100644 (file)
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
-#include "../../wrapper/ringbuffer/vfs.h"
+#include "backend.h"
+#include "frontend.h"
+#include <ust/ringbuffer-abi.h>
 
 /*
  * ring_buffer_frontend_api.h contains static inline functions that depend on
  * client static inlines. Hence the inclusion of this "api" header only
  * within the client.
  */
-#include "../../wrapper/ringbuffer/frontend_api.h"
+#include "frontend_api.h"
 
 #endif /* _LINUX_RING_BUFFER_API_H */
This page took 0.023792 seconds and 4 git commands to generate.