X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tunprotocol.h;h=d9f40fa4e661c07e43f34b40ea838ec8e6ed70e1;hb=4c15e1ffd081f5e2f7840a6dea58b131c4358533;hp=7f160668f7973985988f515cd98d925f38263896;hpb=6eb319dbbc9305b984fd70e8e6d5adebf87edbb7;p=greproxy diff --git a/tunprotocol.h b/tunprotocol.h index 7f16066..d9f40fa 100644 --- a/tunprotocol.h +++ b/tunprotocol.h @@ -15,6 +15,7 @@ public: private: int tunfd; + int seq; }; #endif // !defined(_TUNPROTOCOL_H)