]> 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 60c4f5e7e4481c691de3aefcbd70fb04223cff52..b3d21847b7ec27d129ff3b6c69908e5e79ced927 100644 (file)
@@ -238,7 +238,6 @@ 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;