Rename for the new liburcu API namespace
[ust.git] / include / ust / probe.h
index 7285a2dfc92cd0fd7509f6fae861604020d12178..5002721b3332a37de15f091a9c0941fe0e5c2930 100644 (file)
@@ -38,7 +38,7 @@ struct ltt_available_probe {
         const char *format;
         marker_probe_func *probe_func;
         ltt_serialize_cb callbacks[LTT_NR_CALLBACKS];
-        struct list_head node;          /* registered probes list */
+        struct cds_list_head node;          /* registered probes list */
 };
 
 extern int ltt_probe_register(struct ltt_available_probe *pdata); 
This page took 0.022001 seconds and 4 git commands to generate.