|
Change |
Effect |
| 1 |
Field args has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 2 |
Field class has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 3 |
Field comm_events_out has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 4 |
Field comm_events_out_lock has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 5 |
Field configs_in has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 6 |
Field configs_in_lock has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 7 |
Field events_in has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 8 |
Field events_in_lock has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 9 |
Field recv_close has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 10 |
Field recv_thread has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 11 |
Field send_close has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 12 |
Field send_conditional has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 13 |
Field send_thread has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 14 |
Field server_connected has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
| 15 |
Field socket has been removed from this type. |
1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
lash_alsa_client_id ( lash_client_t* client, unsigned char id )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_get_config ( lash_client_t* client )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_get_event ( lash_client_t* client )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_get_pending_config_count ( lash_client_t* client )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_get_pending_event_count ( lash_client_t* client )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_get_server_name ( lash_client_t* client )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_init ( lash_args_t const* args, char const* class, int client_flags, lash_protocol_t protocol )
Return value (pointer) has base type 'struct _lash_client'.
lash_jack_client_name ( lash_client_t* client, char const* name )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_send_config ( lash_client_t* client, lash_config_t* config )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
lash_send_event ( lash_client_t* client, lash_event_t* event )
1st parameter 'client' (pointer) has base type 'struct _lash_client'.
...