[Asterisk-cvs] asterisk/include/asterisk sched.h,1.3.4.1,1.3.4.2
russell at lists.digium.com
russell at lists.digium.com
Mon May 30 22:17:09 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16752/include/asterisk
Modified Files:
Tag: v1-0
sched.h
Log Message:
fix comment (bug #4139)
Index: sched.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/sched.h,v
retrieving revision 1.3.4.1
retrieving revision 1.3.4.2
diff -u -d -r1.3.4.1 -r1.3.4.2
--- sched.h 15 Apr 2005 07:24:34 -0000 1.3.4.1
+++ sched.h 31 May 2005 02:20:30 -0000 1.3.4.2
@@ -62,7 +62,7 @@
* Schedule an event to take place at some point in the future. callback
* will be called with data as the argument, when milliseconds into the
* future (approximately)
- * Returns 0 on success, -1 on failure
+ * Returns a schedule item ID on success, -1 on failure
*/
extern int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callback, void *data);
More information about the svn-commits
mailing list