| 290 | } |
| 291 | |
| 292 | inline reconnect_context* get_reconnect_context(pn_connection_t* pnc) { |
| 293 | return connection_context::get(pnc).reconnect_context_.get(); |
| 294 | } |
| 295 | |
| 296 | void reset_reconnect(pn_connection_t* pnc) { |
| 297 | reconnect_context* rc = get_reconnect_context(pnc); |
no test coverage detected