Hi,

in bmi.c in function bmi_post_sendunexpected_list:

if (tmp_ref->interface->post_send_list)
 {
 ret = tmp_ref->interface->post_sendunexpected_list(
 id, tmp_ref->method_addr, buffer_list, size_list,
 list_count, total_size, buffer_type, tag, user_ptr,
 context_id, (PVFS_hint)hints);

 return (ret);
 }

 gossip_lerr("Error: method doesn't implement sendunexpected_list.\n");
 gossip_lerr("Error: send_list emulation not yet available.\n");

 return (bmi_errno_to_pvfs(-ENOSYS));

Why check for function post_send_list but function post_sendunexpected_list is 
calling? Why It is necessary to implement post_send_list to use 
post_sendunexpected_list?

Thanks,
Mikhail Gilmendinov.
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to