diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 14:43:30 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 14:43:30 +0000 |
commit | 1cb674495d8903346831b0ca8baad9478c714861 (patch) | |
tree | 3e6a56df95c65444c80183100c3b95cad3adc8a3 /include/socketengine_iocp.h | |
parent | c2b9f9201dfd7bbf88641bc7bb0faafbc3cae8fd (diff) |
formatting and ^M
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7451 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socketengine_iocp.h')
-rw-r--r-- | include/socketengine_iocp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/socketengine_iocp.h b/include/socketengine_iocp.h index 01c764088..f4825c6b4 100644 --- a/include/socketengine_iocp.h +++ b/include/socketengine_iocp.h @@ -206,10 +206,10 @@ public: */ EventHandler* GetIntRef(int fd); - /** Holds the preallocated buffer passed to WSARecvFrom
- * function. Yes, I know, it's a dirty hack.
- */
- udp_overlap * udp_ov;
+ /** Holds the preallocated buffer passed to WSARecvFrom + * function. Yes, I know, it's a dirty hack. + */ + udp_overlap * udp_ov; }; /** Creates a SocketEngine |