summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index d2e844138..6700a06fd 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -405,6 +405,10 @@ struct sig_pri_span {
int qsigchannelmapping; /*!< QSIG channel mapping type */
int discardremoteholdretrieval; /*!< shall remote hold or remote retrieval notifications be discarded? */
int facilityenable; /*!< Enable facility IEs */
+#if defined(HAVE_PRI_L2_PERSISTENCE)
+ /*! Layer 2 persistence option. */
+ int l2_persistence;
+#endif /* defined(HAVE_PRI_L2_PERSISTENCE) */
int dchan_logical_span[SIG_PRI_NUM_DCHANS]; /*!< Logical offset the DCHAN sits in */
int fds[SIG_PRI_NUM_DCHANS]; /*!< FD's for d-channels */