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)
  *

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to