MCPcopy Create free account
hub / github.com/axboe/liburing / msg_vec

Function msg_vec

examples/proxy.c:249–252  ·  view source on GitHub ↗

currently active msg_vec */

Source from the content-addressed store, hash-verified

247
248/* currently active msg_vec */
249static struct msg_vec *msg_vec(struct io_msg *imsg)
250{
251 return &imsg->vecs[imsg->vec_index];
252}
253
254static struct msg_vec *snd_msg_vec(struct conn_dir *cd)
255{

Callers 3

snd_msg_vecFunction · 0.70
__submit_receiveFunction · 0.70
prep_next_sendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected