More compile fixes
[lttng-ust.git] / include / lttng / tracepoint-types.h
index fad23bc488924ed2929730b118c0c17f2a57e67d..b6353c80a3827130e0e74c48db099e7461e88673 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 struct tracepoint_probe {
-       void *callback;
-       void *priv;
+       void *func;
+       void *data;
 };
 
 struct tracepoint {
@@ -25,10 +25,4 @@ struct tracepoint {
        struct tracepoint_probe *probes;
 };
 
-struct tracepoint_lib {
-       struct cds_list_head list;
-       struct tracepoint tracepoints_start;
-       int tracepoints_count;
-};
-
 #endif /* _LTTNG_TRACEPOINT_TYPES_H */
This page took 0.02407 seconds and 4 git commands to generate.