diff options
Diffstat (limited to 'src/queueing.h')
-rw-r--r-- | src/queueing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queueing.h b/src/queueing.h index ce522d8..60688bc 100644 --- a/src/queueing.h +++ b/src/queueing.h @@ -41,6 +41,7 @@ void wg_packet_send_handshake_cookie(struct wg_device *wg, struct sk_buff *initiating_skb, __le32 sender_index); void wg_packet_send_keepalive(struct wg_peer *peer); +void wg_packet_purge_staged_packets(struct wg_peer *peer); void wg_packet_send_staged_packets(struct wg_peer *peer); /* Workqueue workers: */ void wg_packet_handshake_send_worker(struct work_struct *work); |