aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-24 18:54:25 +1000
committerDavid Walter Seikel2012-02-24 18:54:25 +1000
commit345898785f651659a96ca7286f2f84737ac3e85c (patch)
treee8b401a49901a348b6794182c897341a73d4cb45 /libraries
parentStub out the script resetting functions, and refactor the script finding code... (diff)
downloadSledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.zip
SledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.tar.gz
SledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.tar.bz2
SledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.tar.xz
Time to fork luaproc and turn it into an EFL based thing, with tighter integration into LuaSL.
More of this coming soon.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/luaproc/luaproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/luaproc/luaproc.c b/libraries/luaproc/luaproc.c
index 7f4b2bb..78c713f 100644
--- a/libraries/luaproc/luaproc.c
+++ b/libraries/luaproc/luaproc.c
@@ -544,6 +544,8 @@ const char *sendToChannelErrors[] =
544 "error scheduling process" 544 "error scheduling process"
545}; 545};
546 546
547// TODO - If these come in too quick, then messages might get lost. Also, in at least one case, it locked up this thread I think.
548
547/* send a message to a lua process */ 549/* send a message to a lua process */
548const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn) 550const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn)
549{ 551{