mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Tweak formatting and add minor updates to some comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1207,6 +1207,8 @@ struct sip_peer {
|
||||
* or once the previously completed registration one expires).
|
||||
* The registration can be in one of many states, though at the moment
|
||||
* the handling is a bit mixed.
|
||||
*
|
||||
* \todo Convert this to astobj2
|
||||
*/
|
||||
struct sip_registry {
|
||||
ASTOBJ_COMPONENTS_FULL(struct sip_registry,1,1);
|
||||
@@ -1259,7 +1261,11 @@ struct sip_threadinfo {
|
||||
AST_LIST_HEAD_NOLOCK(, tcptls_packet) packet_q;
|
||||
};
|
||||
|
||||
/*! \brief Definition of an MWI subscription to another server */
|
||||
/*!
|
||||
* \brief Definition of an MWI subscription to another server
|
||||
*
|
||||
* \todo Convert this to astobj2.
|
||||
*/
|
||||
struct sip_subscription_mwi {
|
||||
ASTOBJ_COMPONENTS_FULL(struct sip_subscription_mwi,1,1);
|
||||
AST_DECLARE_STRING_FIELDS(
|
||||
|
Reference in New Issue
Block a user