Cleanups & Implementations to allow IPStack to compile
[tpg/acess2.git] / Modules / IPStack / ipstack.h
index 8b846ab..526ff79 100644 (file)
@@ -54,12 +54,12 @@ struct sInterface {
  */
 struct sAdapter {
        struct sAdapter *Next;
-       char    *Device;
+       
         int    DeviceFD;
+        int    NRef;
        
        tMacAddr        MacAddr;
-       
-       tInterface      *Interfaces;
+       char    Device[];
 };
 
 static const tMacAddr cMAC_BROADCAST = {{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}};

UCC git Repository :: git.ucc.asn.au