| 219 | } |
| 220 | |
| 221 | void connection::update_options(const connection_options& options) { |
| 222 | connection_context& cc = connection_context::get(pn_object()); |
| 223 | cc.connection_options_->update(options); |
| 224 | } |
| 225 | |
| 226 | void connection::user_data(void* user_data) const { |
| 227 | connection_context& cc = connection_context::get(pn_object()); |