|
Change |
Effect |
1 |
Field delete_absolute has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 |
Field inputfd has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 |
Field is_master has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 |
Field quit has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 |
Field set_master has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 |
Field set_op_callback has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 |
Field set_slave has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 |
Field set_slave_all has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 |
Field signon_raw has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
10 |
Field update has been removed from the middle position of this structural type. |
1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
cib_delete ( cib_t* cib )
Field 'cib.cmds' in 1st parameter 'cib' (pointer) has base type 'struct cib_api_operations_s'.
cib_file_new ( char const* filename )
Field 'retval.cmds' in the return value (pointer) has base type 'struct cib_api_operations_s'.
cib_free_callbacks ( cib_t* cib )
Field 'cib.cmds' in 1st parameter 'cib' (pointer) has base type 'struct cib_api_operations_s'.
cib_free_notify ( cib_t* cib )
Field 'cib.cmds' in 1st parameter 'cib' (pointer) has base type 'struct cib_api_operations_s'.
cib_native_new ( )
Field 'retval.cmds' in the return value (pointer) has base type 'struct cib_api_operations_s'.
cib_new ( )
Field 'retval.cmds' in the return value (pointer) has base type 'struct cib_api_operations_s'.
cib_new_no_shadow ( )
Field 'retval.cmds' in the return value (pointer) has base type 'struct cib_api_operations_s'.
cib_remote_new ( char const* server, char const* user, char const* passwd, int port, gboolean encrypted )
Field 'retval.cmds' in the return value (pointer) has base type 'struct cib_api_operations_s'.
cib_shadow_new ( char const* name )
Field 'retval.cmds' in the return value (pointer) has base type 'struct cib_api_operations_s'.
delete_attr_delegate ( cib_t* the_cib, int options, char const* section, char const* node_uuid, char const* set_type, char const* set_name, char const* attr_id, char const* attr_name, char const* attr_value, gboolean to_console, char const* user_name )
Field 'the_cib.cmds' in 1st parameter 'the_cib' (pointer) has base type 'struct cib_api_operations_s'.
...