gcontini
2020-11-29 ecd2f38f3d9c8b28aaa4c47bc09789f11dcaa7f7
src/library/os/network.hpp
@@ -33,7 +33,7 @@
typedef struct {
   int id;
   char description[LCC_ADAPTER_DESCRIPTION_LEN + 1];
   unsigned char mac_address[8];
   unsigned char mac_address[6];
   unsigned char ipv4_address[4];
   IFACE_TYPE type;
} OsAdapterInfo;