X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Fprobe.h;h=5002721b3332a37de15f091a9c0941fe0e5c2930;hb=e3073410ea18155d8c9b1f3a13b014f16a5e2c08;hp=7285a2dfc92cd0fd7509f6fae861604020d12178;hpb=bb3132c8c50b09bd3ca54dc88f9ddb3c0847ba41;p=lttng-ust.git diff --git a/include/ust/probe.h b/include/ust/probe.h index 7285a2df..5002721b 100644 --- a/include/ust/probe.h +++ b/include/ust/probe.h @@ -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);