Merge "sig_pri.h: force_restart_unavailable_chans in wrong scope" into 13

This commit is contained in:
Mark Michelson
2015-07-17 12:44:00 -05:00
committed by Gerrit Code Review

View File

@@ -496,9 +496,9 @@ struct sig_pri_span {
#if defined(HAVE_PRI_MCID)
/*! \brief TRUE if allow sending MCID request on this span. */
unsigned int mcid_send:1;
#endif /* defined(HAVE_PRI_MCID) */
/*! \brief TRUE if forcing RESTART when receive cause 44 on this span. */
unsigned int force_restart_unavailable_chans:1;
#endif /* defined(HAVE_PRI_MCID) */
#if defined(HAVE_PRI_DATETIME_SEND)
/*! \brief Configured date/time ie send policy option. */
int datetime_send;