wireguard: add async mode for decryption packets
[vpp.git] / src / plugins / wireguard / wireguard.h
index aaec3d4..965c34a 100644 (file)
@@ -64,6 +64,7 @@ typedef struct
 } wg_async_post_next_t;
 
 extern wg_async_post_next_t wg_encrypt_async_next;
+extern wg_async_post_next_t wg_decrypt_async_next;
 extern wg_main_t wg_main;
 
 /**