probe_groups: Add a name field to sr_probe_group.
This commit is contained in:
parent
909cc050bf
commit
5150ef336b
|
@ -550,6 +550,7 @@ struct sr_probe {
|
|||
};
|
||||
|
||||
struct sr_probe_group {
|
||||
char *name;
|
||||
/* List of sr_probe structs. */
|
||||
GSList *probes;
|
||||
/* Private data for driver use. */
|
||||
|
|
Loading…
Reference in New Issue