]> git.meshlink.io Git - catta/blobdiff - src/iface-windows.h
do use the interface index provided by Windows
[catta] / src / iface-windows.h
index 1d77b213636f75fc8f3802852cb0ca6ca2e2c875..cf21c29d6833788ce59e661dcce5b3e487d4542e 100644 (file)
@@ -4,8 +4,7 @@
 #include "hashmap.h"
 
 typedef struct CattaInterfaceMonitorOSDep {
-    CattaHashmap *idxmap;   // maps adapter LUIDs to stable int indexes
-    int nidx;               // number of assigned indexes (= size of idxmap)
+    int dummy;  // silence "no members" warning
 } CattaInterfaceMonitorOSDep;
 
 #endif