X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/1bb4c08e90274c34eb03720fb0eda246e2dc0c86..8c684fca9c7dbb4a2601628c744be9236ee68641:/lua/luasocket.h?ds=sidebyside diff --git a/lua/luasocket.h b/lua/luasocket.h index ed402ce2..b8df8f46 100644 --- a/lua/luasocket.h +++ b/lua/luasocket.h @@ -8,6 +8,7 @@ typedef struct lua_socket { int fd; int state; + int sockettype; long handler; long tag; unsigned long identifier;