comparison rvinterf/asyncshell/init.c @ 874:72d64c172d85

fc-shell: Rx control implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 30 May 2015 07:20:50 +0000
parents 5e46679bdb6a
children
comparison
equal deleted inserted replaced
873:3be5a1b4c91a 874:72d64c172d85
8 #include <strings.h> 8 #include <strings.h>
9 #include <stdlib.h> 9 #include <stdlib.h>
10 #include "pktmux.h" 10 #include "pktmux.h"
11 #include "localsock.h" 11 #include "localsock.h"
12 12
13 extern int sock;
14
15 init() 13 init()
16 { 14 {
17 static u_char want_rvt_lost[9] = {CLI2RVI_WANT_RVTRACE, 15 static u_char want_rvt_lost[9] = {CLI2RVI_WANT_RVTRACE,
18 0xFF, 0xFF, 0xFF, 0xFF, 16 0xFF, 0xFF, 0xFF, 0xFF,
19 0x00, 0x00, 0x00, 0x00}; 17 0x00, 0x00, 0x00, 0x00};