|
Change |
Effect |
1 |
Field fi has been added to this type. |
1) This field will not be initialized by old clients. 2) 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 |
Field next has been added to this type. |
1) This field will not be initialized by old clients. 2) 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. |
3 |
Size of this type has been changed from 40 bytes to 96 bytes. |
The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
4 |
Base type of field close has been changed from int(*)(struct lws*, lws_filefd_type) to int(*)(lws_fop_fd_t*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
5 |
Base type of field open has been changed from lws_filefd_type(*)(struct lws*, char const*, unsigned long*, int) to lws_fop_fd_t(*)(struct lws_plat_file_ops const*, char const*, char const*, lws_fop_flags_t*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
6 |
Base type of field read has been changed from int(*)(struct lws*, lws_filefd_type, unsigned long*, unsigned char*, unsigned long) to int(*)(lws_fop_fd_t, lws_filepos_t*, uint8_t*, lws_filepos_t). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
7 |
Base type of field seek_cur has been changed from unsigned long(*)(struct lws*, lws_filefd_type, long) to lws_fileofs_t(*)(lws_fop_fd_t, lws_fileofs_t). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
8 |
Base type of field write has been changed from int(*)(struct lws*, lws_filefd_type, unsigned long*, unsigned char*, unsigned long) to int(*)(lws_fop_fd_t, lws_filepos_t*, uint8_t*, lws_filepos_t). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |