sr_probe->index is no longer deprecated (for now).

This commit is contained in:
Uwe Hermann 2014-01-30 17:48:10 +01:00
parent 7d4874c1b6
commit 85d8aa496e
1 changed files with 1 additions and 2 deletions

View File

@ -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;