]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Move a comment to be in the correct struct.
authorRussell Bryant <russell@russellbryant.com>
Mon, 26 Feb 2007 01:04:40 +0000 (01:04 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 26 Feb 2007 01:04:40 +0000 (01:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56740 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index ab399eb836340d8ea9cb3e88cea31d4abc00bdd6..163354b9ec7d3a9381fbd480c3847fcb8e38fa4e 100644 (file)
@@ -406,9 +406,6 @@ struct sla_trunk {
        /*! Number of stations that have this trunk on hold. */
        unsigned int hold_stations;
        struct ast_channel *chan;
-       /*! Ring timeout to use when this trunk is ringing on this specific
-        *  station.  This takes higher priority than a ring timeout set at
-        *  the station level. */
        unsigned int ring_timeout;
 };
 
@@ -417,6 +414,9 @@ struct sla_trunk_ref {
        struct sla_trunk *trunk;
        enum sla_trunk_state state;
        struct ast_channel *chan;
+       /*! Ring timeout to use when this trunk is ringing on this specific
+        *  station.  This takes higher priority than a ring timeout set at
+        *  the station level. */
        unsigned int ring_timeout;
 };