probe_groups: Add a name field to sr_probe_group.

This commit is contained in:
Martin Ling 2013-04-21 21:07:16 +01:00 committed by Uwe Hermann
parent 909cc050bf
commit 5150ef336b
1 changed files with 1 additions and 0 deletions

View File

@ -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. */