Searched refs:p_trans_context (Results 1 – 1 of 1) sorted by relevance
504 trans_context_t *p_trans_context; in osm_vendor_send() local560 p_trans_context = malloc(sizeof(trans_context_t)); in osm_vendor_send()561 CL_ASSERT(p_trans_context); in osm_vendor_send()563 memset(p_trans_context, 0, sizeof(trans_context_t)); in osm_vendor_send()564 p_trans_context->trans_id = p_mad->trans_id; in osm_vendor_send()565 p_trans_context->context = transaction_context; in osm_vendor_send()566 p_trans_context->sent_time = cl_get_time_stamp(); in osm_vendor_send()570 &p_trans_context->list_item); in osm_vendor_send()