mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-17 22:39:49 +02:00
- using buffer from luasocket 3.0.
- adding getstats() and setstats().
This commit is contained in:
@ -1,14 +1,10 @@
|
||||
#ifndef TIMEOUT_H
|
||||
#define TIMEOUT_H
|
||||
/*=========================================================================*\
|
||||
* LuaSocket 2.0.2
|
||||
* Copyright (C) 2004-2007 Diego Nehab
|
||||
*
|
||||
* Timeout management functions
|
||||
*
|
||||
* RCS ID: $Id: timeout.h 2 2006-04-30 19:30:47Z brunoos $
|
||||
* LuaSocket toolkit
|
||||
\*=========================================================================*/
|
||||
#include <lua.h>
|
||||
#include "lua.h"
|
||||
|
||||
/* timeout control structure */
|
||||
typedef struct t_timeout_ {
|
||||
|
Reference in New Issue
Block a user