sr_probe->index is no longer deprecated (for now).
This commit is contained in:
parent
7d4874c1b6
commit
85d8aa496e
|
@ -607,8 +607,7 @@ enum {
|
||||||
|
|
||||||
/** Information on single probe. */
|
/** Information on single probe. */
|
||||||
struct sr_probe {
|
struct sr_probe {
|
||||||
/** Number of probes, starting at 0. @deprecated The index field
|
/** Number of probes, starting at 0. */
|
||||||
* will go: use g_slist_length(sdi->probes) instead. */
|
|
||||||
int index;
|
int index;
|
||||||
/** Probe type (SR_PROBE_LOGIC, ...) */
|
/** Probe type (SR_PROBE_LOGIC, ...) */
|
||||||
int type;
|
int type;
|
||||||
|
|
Loading…
Reference in New Issue