move rtp stats up to where they will be more useful

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13017 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-04-14 16:55:10 +00:00
parent 0cecd465b1
commit 300bb301b7
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -854,3 +854,4 @@ switch_status_t sofia_set_loglevel(const char *name, int level);
int sofia_get_loglevel(const char *name);
sofia_cid_type_t sofia_cid_name2type(const char *name);
void sofia_glue_tech_set_local_sdp(private_object_t *tech_pvt, const char *sdp_str, switch_bool_t dup);
void sofia_glue_set_rtp_stats(private_object_t *tech_pvt);