| 172 | } |
| 173 | |
| 174 | void *pni_selectable_get_context(pn_selectable_t *selectable) |
| 175 | { |
| 176 | assert(selectable); |
| 177 | return pn_record_get(selectable->attachments, PN_LEGCTX); |
| 178 | } |
| 179 | |
| 180 | void pni_selectable_set_context(pn_selectable_t *selectable, void *context) |
| 181 | { |
no test coverage detected