From a7d759ab76434bb18219cdd8d99c669937323b5f Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 21 Mar 2008 01:09:04 +0000 Subject: Revert accidental changes to hdlcstress.c git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4037 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- hdlcstress.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hdlcstress.c b/hdlcstress.c index b473a68..70505a2 100644 --- a/hdlcstress.c +++ b/hdlcstress.c @@ -74,6 +74,7 @@ void send_packet(unsigned char *buf, int len) { int res; int x; + int out; unsigned char outbuf[BLOCK_SIZE]; int pos=0; unsigned int fcs = PPP_INITFCS; @@ -112,13 +113,16 @@ void send_packet(unsigned char *buf, int len) int main(int argc, char *argv[]) { int fd2; - int res; + int ires, res, x; int i; ZT_PARAMS tp; ZT_BUFFERINFO bi; int bs = BLOCK_SIZE; unsigned char c=0; + unsigned char inbuf[BLOCK_SIZE]; unsigned char outbuf[BLOCK_SIZE]; + unsigned int fcs; + static int packets=0; if (argc < 2) { fprintf(stderr, "Usage: markhdlctest \n"); exit(1); -- cgit v1.2.3