aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_threads.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-25 03:36:02 +1000
committerDavid Walter Seikel2012-02-25 03:36:02 +1000
commitde650eb6965e6c6798f404084c34dca0644c39ff (patch)
tree86170725eaf88b0ea001ea837002d7e4beef2185 /LuaSL/src/LuaSL_threads.h
parentMerge the luaproc and script structures, but not using it yet. (diff)
downloadSledjHamr-de650eb6965e6c6798f404084c34dca0644c39ff.zip
SledjHamr-de650eb6965e6c6798f404084c34dca0644c39ff.tar.gz
SledjHamr-de650eb6965e6c6798f404084c34dca0644c39ff.tar.bz2
SledjHamr-de650eb6965e6c6798f404084c34dca0644c39ff.tar.xz
Strip out some of the waste of space, including unacademicifying luaproc. Also, replace the channel functions with a real hash.
Diffstat (limited to 'LuaSL/src/LuaSL_threads.h')
-rw-r--r--LuaSL/src/LuaSL_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_threads.h b/LuaSL/src/LuaSL_threads.h
index 9fc38ea..47f5a69 100644
--- a/LuaSL/src/LuaSL_threads.h
+++ b/LuaSL/src/LuaSL_threads.h
@@ -55,7 +55,7 @@ void luaprocInit(void);
55/* create a new worker pthread */ 55/* create a new worker pthread */
56int sched_create_worker( void ); 56int sched_create_worker( void );
57 57
58int newProc(const char *code, int file, void *data); 58void newProc(const char *code, int file, script *data);
59const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn); 59const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn);
60 60
61/* join all worker threads and exit */ 61/* join all worker threads and exit */