Test Info
Library Name | librabbitmq |
Version #1 | 0.4.1 (gcc 4.8.1) |
Version #2 | 0.5.0 (gcc 4.8.2) |
CPU Type | x86_64 |
Subject | Source Compatibility |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 104 / 163 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 2 |
Other Changes in Symbols | - | 1 |
Other Changes in Constants | - | 2 |
Added Symbols (2)
amqp.h
amqp_basic_nack ( amqp_connection_state_t state, amqp_channel_t channel, uint64_t delivery_tag, amqp_boolean_t multiple, amqp_boolean_t requeue )
amqp_get_server_properties ( amqp_connection_state_t state )
to the top
Problems with Constants, Low Severity (2)
amqp.h
[+] AMQP_VERSION_MINOR
| Change | Effect |
---|
1 | The value of constant AMQP_VERSION_MINOR has been changed from 4 to 5. | Recompilation of a client program may be broken. |
[+] AMQP_VERSION_PATCH
| Change | Effect |
---|
1 | The value of constant AMQP_VERSION_PATCH has been changed from 1 to 0. | Recompilation of a client program may be broken. |
to the top
Other Changes in Symbols (1)
amqp_tcp_socket.h
[+] amqp_tcp_socket_set_sockfd ( amqp_socket_t* base, int sockfd ) (1)
changed to:amqp_tcp_socket_set_sockfd ( amqp_socket_t* self, int sockfd )
| Change | Effect |
---|
1 | 1st parameter base has been renamed to self. | No effect. |
to the top
Other Changes in Constants (2)
amqp_framing.h
[+] AMQP_CONNECTION_BLOCKED_METHOD
| Change | Effect |
---|
1 | The constant AMQP_CONNECTION_BLOCKED_METHOD with value ((amqp_method_number_t) 0x000A003C) has been added. | No effect. |
[+] AMQP_CONNECTION_UNBLOCKED_METHOD
| Change | Effect |
---|
1 | The constant AMQP_CONNECTION_UNBLOCKED_METHOD with value ((amqp_method_number_t) 0x000A003D) has been added. | No effect. |
to the top
Header Files (4)
amqp.h
amqp_framing.h
amqp_ssl_socket.h
amqp_tcp_socket.h
to the top
Shared Libraries (1)
librabbitmq.so.1.1.1
to the top