[asterisk-commits] mnicholson: testsuite/asterisk/trunk r134 - /asterisk/trunk/asttest/lua/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Mar 24 15:47:51 CDT 2010
Author: mnicholson
Date: Wed Mar 24 15:47:48 2010
New Revision: 134
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=134
Log:
Fixed a comment
Modified:
asterisk/trunk/asttest/lua/proclib.c
Modified: asterisk/trunk/asttest/lua/proclib.c
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/asttest/lua/proclib.c?view=diff&rev=134&r1=133&r2=134
==============================================================================
--- asterisk/trunk/asttest/lua/proclib.c (original)
+++ asterisk/trunk/asttest/lua/proclib.c Wed Mar 24 15:47:48 2010
@@ -409,8 +409,8 @@
* This function calls waitpid on the running process.
*
* \return a tuple containg the exit code, nil and the signal that caused the
- * process to exit, or nil and a string describing the error ("error" or "core"
- * currently).
+ * process to exit, or nil and a string describing the error ("error",
+ * "timeout", or "core" currently).
*/
static int wait_proc(lua_State *L) {
pid_t pid;
More information about the asterisk-commits
mailing list