vlib: pass node runtime to vlib_buffer_enqueue_to_thread()
[vpp.git] / src / plugins / wireguard / wireguard_handoff.c
index 3957af9..d3e37b3 100644 (file)
@@ -118,7 +118,7 @@ wg_handoff (vlib_main_t * vm,
       b += 1;
     }
 
-  n_enq = vlib_buffer_enqueue_to_thread (vm, fq_index, from,
+  n_enq = vlib_buffer_enqueue_to_thread (vm, node, fq_index, from,
                                         thread_indices, frame->n_vectors, 1);
 
   if (n_enq < frame->n_vectors)