]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Doxygen addition
authorOlle Johansson <oej@edvina.net>
Thu, 16 Oct 2008 15:00:30 +0000 (15:00 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 16 Oct 2008 15:00:30 +0000 (15:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150051 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index ab6a2e6b98ddb49f122b9f2f8bd04d14d7b67e16..20848fcbc1743d7dfc326c4835ad40b85a2ac35f 100644 (file)
@@ -1397,7 +1397,7 @@ struct sip_pvt {
                                                        you know more) */
        struct sip_st_dlg *stimer;              /*!< SIP Session-Timers */              
   
-       int red; 
+       int red;                                /*!< T.140 RTP Redundancy */
 
        struct sip_subscription_mwi *mwi;       /*!< If this is a subscription MWI dialog, to which subscription */
 };