use hg_handle_t directly in handlers
- the mercury hg_handle_t is really a pointer that references an internally defined structure, we can (and should, for proper reference counting purposes) pass it directly to ULTs without copying - code using margo must be updated accordingly, handler ULT argument is an hg_handle_t now, not an hg_handle_t*
Showing
Please register or sign in to comment