Skip to content

Commit

Permalink
Add missing amqp_get_server_properties() function.
Browse files Browse the repository at this point in the history
Fixes #170
  • Loading branch information
alanxz committed Feb 18, 2014
1 parent b7c3f97 commit b852f84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions librabbitmq/amqp_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,8 @@ int amqp_send_frame(amqp_connection_state_t state,

return res;
}
amqp_table_t *
amqp_get_server_properties(amqp_connection_state_t state)
{
return &state->server_properties;
}

0 comments on commit b852f84

Please sign in to comment.