]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoe/pppoe.h
pppoe-discovery: Define function and variables which are used by pppoe plugin code
[ppp.git] / pppd / plugins / pppoe / pppoe.h
index a72454e532943aba9384cbda106e5c97e275077f..b3d21847b7ec27d129ff3b6c69908e5e79ced927 100644 (file)
@@ -238,12 +238,13 @@ typedef struct PPPoEConnectionStruct {
     PPPoETag cookie;           /* We have to send this if we get it */
     PPPoETag relayId;          /* Ditto */
     int error;                 /* Error packet received */
-    int debug;                 /* Set to log packets sent and received */
     int discoveryTimeout;       /* Timeout for discovery packets */
     int discoveryAttempts;      /* Number of discovery attempts */
     int seenMaxPayload;
-    int mtu;                   /* Stored MTU */
-    int mru;                   /* Stored MRU */
+    int storedmtu;             /* Stored MTU */
+    int storedmru;             /* Stored MRU */
+    int mtu;
+    int mru;
 } PPPoEConnection;
 
 /* Structure used to determine acceptable PADO or PADS packet */