summaryrefslogtreecommitdiff
path: root/tor.h
diff options
context:
space:
mode:
authorsteveu <steveu@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-18 18:57:18 +0000
committersteveu <steveu@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-18 18:57:18 +0000
commit42e4ba5c26ed2b7f12363f39551566995f3da680 (patch)
tree750583fa5896eb1eeb80f5a242ae122c3a99aec0 /tor.h
parenta901d40f99dcf6e30c4db59568c365a96d92bac2 (diff)
Added new entries to the TOR_SPANINFO structure, to store additional
error counts. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@219 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'tor.h')
-rwxr-xr-xtor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tor.h b/tor.h
index 9ab0f54..d07a3d5 100755
--- a/tor.h
+++ b/tor.h
@@ -21,6 +21,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
+ * $Id$
*/
/*
@@ -72,6 +73,9 @@ int alarms; /* alarms status */
int txlevel; /* what TX level is set to */
int rxlevel; /* current RX level */
int bpvcount; /* current BPV count */
+int crc4count; /* current CRC4 error count */
+int ebitcount; /* current E-bit error count */
+int fascount; /* current FAS error count */
int syncsrc; /* span # of current sync source, or 0 for free run */
int numchans; /* number of configured channels on this span */
} TOR_SPANINFO;