add interval to file handles for streams

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6473 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-12-02 16:01:56 +00:00
parent 701feee9a1
commit b093ec1e53
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -279,6 +279,7 @@ struct switch_file_handle {
/*! pre-buffer x bytes for streams */
uint32_t prebuf;
/*! private data for the format module to store handle specific info */
uint32_t interval;
void *private_info;
char *handler;
int64_t pos;