[Asterisk-cvs] asterisk/include/asterisk sched.h,1.3,1.3.4.1

russell at lists.digium.com russell at lists.digium.com
Fri Apr 15 02:33:03 CDT 2005


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

Modified Files:
      Tag: v1-0
	sched.h 
Log Message:
create useful output for time left to expire (bug #4022)


Index: sched.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/sched.h,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- sched.h	6 Nov 2001 17:33:30 -0000	1.3
+++ sched.h	15 Apr 2005 07:24:34 -0000	1.3.4.1
@@ -102,6 +102,14 @@
  */
 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);
+
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif




More information about the svn-commits mailing list