added more identifier types (strings and uuids)

- 1-wire IDs
- UUIDs from fluksousb
- ...
This commit is contained in:
Steffen Vogel 2011-11-22 01:02:57 +01:00
parent 2328ba49bb
commit 0a44949239

View file

@ -54,8 +54,8 @@
typedef union reading_id {
obis_id_t obis;
/* char *string; */
/* char *uuid; */
char *string;
char *uuid;
} reading_id_t;
typedef struct reading {