[Asterisk-cvs] asterisk/include/asterisk sched.h,1.5,1.6

markster at lists.digium.com markster at lists.digium.com
Wed Apr 13 13:54:54 CDT 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv11347/include/asterisk

Modified Files:
	sched.h 
Log Message:
Add sched_when function (bug #4022)


Index: sched.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/sched.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sched.h	5 Mar 2005 02:08:37 -0000	1.5
+++ sched.h	13 Apr 2005 18:46:35 -0000	1.6
@@ -102,6 +102,13 @@
  */
 extern void ast_sched_dump(struct sched_context *con);
 
+/*!Returns the number of seconds before an event takes place */
+/*!
+ * \param con Context to use
+ * \param id Id to dump
+ */
+extern long ast_sched_when(struct sched_context *con,int id);
+
 /*
  *! Convenience macro for objects and reference (add)
  *




More information about the svn-commits mailing list