aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-26 01:04:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-26 01:04:40 +0000
commit11a6da35a18b1759e66a421b58d090510896e5a5 (patch)
treeaac4977bb27c23486710b2c44147532a8ed1dded
parent7c88751143e76f6e5d73a11b8e6c76ff7bcf3ced (diff)
Move a comment to be in the correct struct.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@56740 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_meetme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index ab399eb83..163354b9e 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -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;
};