X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Fprobe.h;h=5002721b3332a37de15f091a9c0941fe0e5c2930;hb=0222e1213f196b66cbc08cd29093aca4a28e9ffb;hp=7285a2dfc92cd0fd7509f6fae861604020d12178;hpb=fc214788832b93d238449c2b7736a8425b7e5330;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);