> If I start using the inject call to block until the buffer is safe, how > do I get the kind of completion I'd need for my timeout, if there's no > flags argument in the fi_tinject call?
To reuse the buffer immediately but still get a completion, you should call fi_tsendmsg with the FI_INJECT flag. The default completion mode will then be used. _______________________________________________ ofiwg mailing list [email protected] http://lists.openfabrics.org/mailman/listinfo/ofiwg
