|
|
|
|
@ -919,7 +919,6 @@ stats:
|
|
|
|
|
ng_stats(bencode_dictionary_add_dictionary(dict, "RTCP"), &totals->totals[1], NULL);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if GLIB_CHECK_VERSION(2,16,0)
|
|
|
|
|
static void ng_list_calls( struct callmaster *m, bencode_item_t *output, long long int limit) {
|
|
|
|
|
GHashTableIter iter;
|
|
|
|
|
gpointer key, value;
|
|
|
|
|
@ -933,7 +932,6 @@ static void ng_list_calls( struct callmaster *m, bencode_item_t *output, long lo
|
|
|
|
|
|
|
|
|
|
rwlock_unlock_r(&m->hashlock);
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -958,7 +956,6 @@ const char *call_query_ng(bencode_item_t *input, struct callmaster *m, bencode_i
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if GLIB_CHECK_VERSION(2,16,0)
|
|
|
|
|
const char *call_list_ng(bencode_item_t *input, struct callmaster *m, bencode_item_t *output) {
|
|
|
|
|
bencode_item_t *calls = NULL;
|
|
|
|
|
long long int limit;
|
|
|
|
|
@ -975,4 +972,3 @@ const char *call_list_ng(bencode_item_t *input, struct callmaster *m, bencode_it
|
|
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|