comparison rvinterf/lowlevel/client.h @ 177:fef035264dd4

rvinterf: beginning of local socket handling
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 23 Nov 2013 20:15:02 +0000
parents 7f727aaf5cd4
children 2682003dcba7
comparison
equal deleted inserted replaced
176:7f727aaf5cd4 177:fef035264dd4
7 7
8 typedef unsigned u32; 8 typedef unsigned u32;
9 9
10 struct client { 10 struct client {
11 struct client *next; 11 struct client *next;
12 struct client **backptr;
13 int fd; 12 int fd;
14 int rx_state; 13 int rx_state;
15 u_char rx_buf[LOCALSOCK_MAX_MSG]; 14 u_char rx_buf[LOCALSOCK_MAX_MSG];
16 int rx_msglen; 15 int rx_msglen;
17 u_char *rx_ptr; 16 u_char *rx_ptr;