[Asterisk-cvs] asterisk/include/asterisk frame.h,1.29,1.30
markster at lists.digium.com
markster at lists.digium.com
Fri Mar 12 22:58:46 CST 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv17418/include/asterisk
Modified Files:
frame.h
Log Message:
Move timestamp around in RTP.... Gotta do iax2 eventually here...
Index: frame.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/frame.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- frame.h 2 Mar 2004 22:55:05 -0000 1.29
+++ frame.h 13 Mar 2004 03:52:14 -0000 1.30
@@ -21,6 +21,7 @@
#endif
#include <sys/types.h>
+#include <sys/time.h>
/*
* Autodetect system endianess
@@ -73,7 +74,9 @@
/*! Optional source of frame for debugging */
char *src;
/*! Pointer to actual data */
- void *data;
+ void *data;
+ /*! Global delivery time */
+ struct timeval delivery;
/*! Next/Prev for linking stand alone frames */
struct ast_frame *prev;
/*! Next/Prev for linking stand alone frames */
More information about the svn-commits
mailing list