| Change |
Effect |
1 | Field priv has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 52 bytes to 64 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Base type of field dev_acquisition_start has been changed from int(*)(int,void*) to int(*)(struct sr_dev_inst const*,void*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
4 | Base type of field dev_acquisition_stop has been changed from int(*)(int,void*) to int(*)(struct sr_dev_inst*,void*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
5 | Base type of field dev_close has been changed from int(*)(int) to int(*)(struct sr_dev_inst*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
6 | Base type of field dev_open has been changed from int(*)(int) to int(*)(struct sr_dev_inst*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
7 | Base type of field init has been changed from int(*)(char const*) to int(*)(struct sr_context*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
8 | Field dev_config_set has been renamed to config_list. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
9 | Field dev_info_get has been renamed to dev_clear. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
10 | Field dev_status_get has been renamed to config_get. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
11 | Field hwcap_get_all has been renamed to config_set. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |