]> git.meshlink.io Git - catta/blob - src/iface-windows.h
1d77b213636f75fc8f3802852cb0ca6ca2e2c875
[catta] / src / iface-windows.h
1 #ifndef fooifacewindowshfoo
2 #define fooifacewindowshfoo
3
4 #include "hashmap.h"
5
6 typedef struct CattaInterfaceMonitorOSDep {
7     CattaHashmap *idxmap;   // maps adapter LUIDs to stable int indexes
8     int nidx;               // number of assigned indexes (= size of idxmap)
9 } CattaInterfaceMonitorOSDep;
10
11 #endif