mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
Revert "Add API for channel frame deferral."
This reverts commit 9231a56cf3
.
Multiple testsuite failures were detected after the fact.
Change-Id: I3bac8d7c3ddb69a4ddf6c5d6de0ffa5ff7ff3af7
This commit is contained in:
@@ -223,7 +223,6 @@ struct ast_channel {
|
||||
struct stasis_cp_single *topics; /*!< Topic for all channel's events */
|
||||
struct stasis_forward *endpoint_forward; /*!< Subscription for event forwarding to endpoint's topic */
|
||||
struct stasis_forward *endpoint_cache_forward; /*!< Subscription for cache updates to endpoint's topic */
|
||||
struct ast_readq_list deferred_readq;
|
||||
};
|
||||
|
||||
/*! \brief The monotonically increasing integer counter for channel uniqueids */
|
||||
@@ -1699,8 +1698,3 @@ enum ast_channel_error ast_channel_internal_errno(void)
|
||||
|
||||
return *error_code;
|
||||
}
|
||||
|
||||
struct ast_readq_list *ast_channel_deferred_readq(struct ast_channel *chan)
|
||||
{
|
||||
return &chan->deferred_readq;
|
||||
}
|
||||
|
Reference in New Issue
Block a user