diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-18 00:04:20 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-18 00:04:20 +0000 |
commit | c8d58798f0b0c789df5c566494112f81ac302432 (patch) | |
tree | 40c52eab0a4bf92636ebe13027d165f0b8452bb1 /src/timeout.h | |
parent | 02ef4e7daae6bef629dcb568052755fb85ed2efc (diff) | |
download | luasocket-c8d58798f0b0c789df5c566494112f81ac302432.tar.gz luasocket-c8d58798f0b0c789df5c566494112f81ac302432.tar.bz2 luasocket-c8d58798f0b0c789df5c566494112f81ac302432.zip |
Trying to get connect-with-timeout to work. Darwin works...
Diffstat (limited to 'src/timeout.h')
-rw-r--r-- | src/timeout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeout.h b/src/timeout.h index 17f44ea..0a036f4 100644 --- a/src/timeout.h +++ b/src/timeout.h | |||
@@ -18,8 +18,8 @@ typedef t_tm *p_tm; | |||
18 | 18 | ||
19 | void tm_open(lua_State *L); | 19 | void tm_open(lua_State *L); |
20 | void tm_init(p_tm tm, int block, int total); | 20 | void tm_init(p_tm tm, int block, int total); |
21 | int tm_getsuccess(p_tm tm); | 21 | int tm_get(p_tm tm); |
22 | int tm_getfailure(p_tm tm); | 22 | int tm_getretry(p_tm tm); |
23 | void tm_markstart(p_tm tm); | 23 | void tm_markstart(p_tm tm); |
24 | int tm_getstart(p_tm tm); | 24 | int tm_getstart(p_tm tm); |
25 | int tm_gettime(void); | 25 | int tm_gettime(void); |