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. */
|
||||
struct sr_probe {
|
||||
/** Number of probes, starting at 0. @deprecated The index field
|
||||
* will go: use g_slist_length(sdi->probes) instead. */
|
||||
/** Number of probes, starting at 0. */
|
||||
int index;
|
||||
/** Probe type (SR_PROBE_LOGIC, ...) */
|
||||
int type;
|
||||
|
|
Loading…
Reference in New Issue