diff options
Diffstat (limited to 'rfb/rfbclient.h')
| -rw-r--r-- | rfb/rfbclient.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h index b38f335..34c8737 100644 --- a/rfb/rfbclient.h +++ b/rfb/rfbclient.h @@ -313,6 +313,9 @@ typedef struct _rfbClient {  	/* When the server is a repeater, this specifies the final destination */  	char *destHost;  	int destPort; + +        /* the QoS IP DSCP for this client */ +        int QoS_DSCP;  } rfbClient;  /* cursor.c */ @@ -388,6 +391,7 @@ extern int ConnectClientToTcpAddr6(const char *hostname, int port);  extern int ConnectClientToUnixSock(const char *sockFile);  extern int AcceptTcpConnection(int listenSock);  extern rfbBool SetNonBlocking(int sock); +extern rfbBool SetDSCP(int sock, int dscp);  extern rfbBool StringToIPAddr(const char *str, unsigned int *addr);  extern rfbBool SameMachine(int sock);  | 
