c - ibv_post_recv() return -1 instead of errno -


function ibv_post_recv() return -1, according documentation should return errno.

how know fail reason in case?

best regards,

it returns -1 and sets errno. check errno value when function returns.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -