Software /
code /
prosody
Comparison
net/server_select.lua @ 4145:e992650185c8
net.server_select: Expose step() function (thanks Łukasz)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Feb 2011 19:12:16 +0000 |
parent | 4111:4716c7645ad2 |
child | 4322:aff627b1ce95 |
comparison
equal
deleted
inserted
replaced
4144:a1ff207af280 | 4145:e992650185c8 |
---|---|
937 addclient = addclient, | 937 addclient = addclient, |
938 wrapclient = wrapclient, | 938 wrapclient = wrapclient, |
939 | 939 |
940 loop = loop, | 940 loop = loop, |
941 link = link, | 941 link = link, |
942 step = step, | |
942 stats = stats, | 943 stats = stats, |
943 closeall = closeall, | 944 closeall = closeall, |
944 addtimer = addtimer, | 945 addtimer = addtimer, |
945 addserver = addserver, | 946 addserver = addserver, |
946 getserver = getserver, | 947 getserver = getserver, |