* Get the opaque private pointer for an xo handle */
| 8436 | * Get the opaque private pointer for an xo handle |
| 8437 | */ |
| 8438 | void * |
| 8439 | xo_get_private (xo_handle_t *xop) |
| 8440 | { |
| 8441 | xop = xo_default(xop); |
| 8442 | return xop->xo_private; |
| 8443 | } |
| 8444 | |
| 8445 | /* |
| 8446 | * Set the opaque private pointer for an xo handle. |
no test coverage detected