add scheduler support for heartbeat

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10089 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-10-21 16:22:38 +00:00
parent fc4260a98a
commit d288630b64
5 changed files with 70 additions and 9 deletions
+1
View File
@@ -153,6 +153,7 @@ struct switch_core_session {
switch_codec_t bug_codec;
uint32_t read_frame_count;
uint32_t track_duration;
uint32_t track_id;
};
struct switch_media_bug {