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