libmooshika
Todo List
globalScope> Global main (int argc, char **argv)

wait till last work request is done. cannot use wait_send because the other will get the send before we get our ack, so they might disconnect and our threads might fail before we get our WC that would unstuck us.

: add options, use one of : CLIENT child_trans->cm_id->route.addr.dst_sin child_trans->cm_id->route.addr.src_sin RMITM c_trans->cm_id->route.addr.src_sin c_trans->cm_id->route.addr.dst_sin SERVER

globalScope> Global msk_accept_one_timedwait (struct msk_trans *trans, struct timespec *abstime)

make it return an int an' use trans as argument

timeout?

globalScope> Global msk_accept_one_timedwait (struct msk_trans *trans, struct timespec *abstime)

make it return an int an' use trans as argument

timeout?

globalScope> Global msk_destroy_trans (struct msk_trans **ptrans)
check if it is init. if not should just return EINVAL but.. lock.__lock, cond.__lock might work.
globalScope> Global msk_destroy_trans (struct msk_trans **ptrans)
check if it is init. if not should just return EINVAL but.. lock.__lock, cond.__lock might work.
globalScope> Global msk_post_n_recv (struct msk_trans *trans, msk_data_t *data, int num_sge, ctx_callback_t callback, ctx_callback_t err_callback, void *callback_arg)
np_uerror(ret)
globalScope> Global msk_post_n_recv (struct msk_trans *trans, msk_data_t *data, int num_sge, ctx_callback_t callback, ctx_callback_t err_callback, void *callback_arg)
np_uerror(ret)