Add convex hull algorithm-based synchronization
[lttv.git] / lttv / lttv / sync / event_processing_lttv_common.h
index 31c2a649aeb70a3a33cefc2df7255366d5d96163..aa34cfcc766a414c68dfd2e3ace08d3f61bfdd68 100644 (file)
@@ -16,8 +16,8 @@
  * MA 02111-1307, USA.
  */
 
-#ifndef EVENT_PROCESSING_LTTV_COMMON_H
-#define EVENT_PROCESSING_LTTV_COMMON_H
+#ifndef EVENT_PROCESSING_LTTNG_COMMON_H
+#define EVENT_PROCESSING_LTTNG_COMMON_H
 
 #include <glib.h>
 
@@ -59,9 +59,9 @@ GQuark
 
 void createQuarks();
 void registerHooks(GArray* hookListList, LttvTracesetContext* const
-       traceSetContext, unsigned int traceNb, LttvHook hookFunction, gpointer
+       traceSetContext, LttvHook hookFunction, gpointer
        hookData);
 void unregisterHooks(GArray* hookListList, LttvTracesetContext* const
-       traceSetContext, unsigned int traceNb);
+       traceSetContext);
 
 #endif
This page took 0.022982 seconds and 4 git commands to generate.