From 6e0e5031acc7a97cd1edc2a881ba5077dbc991bf Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 25 Oct 2021 23:21:02 +0000 Subject: [PATCH] avs: add additional avs_net_interface fields for newer AVS --- src/imports/avs.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/imports/avs.h b/src/imports/avs.h index 48024f9..5b23183 100644 --- a/src/imports/avs.h +++ b/src/imports/avs.h @@ -46,6 +46,12 @@ struct property_node; struct avs_net_interface { uint8_t mac_addr[6]; uint8_t unknown[30]; +#if AVS_VERSION >= 1603 + uint8_t unknown2[6]; +#endif +#if AVS_VERSION >= 1700 + uint8_t unknown3[6]; +#endif }; enum psmap_type {