mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
message -> instruction ... terminology fix
This commit is contained in:
@@ -14,9 +14,9 @@ typedef struct GUACIO {
|
||||
int written;
|
||||
char out_buf[8192];
|
||||
|
||||
int messagebuf_size;
|
||||
int messagebuf_used_length;
|
||||
char* messagebuf;
|
||||
int instructionbuf_size;
|
||||
int instructionbuf_used_length;
|
||||
char* instructionbuf;
|
||||
|
||||
} GUACIO;
|
||||
|
||||
|
Reference in New Issue
Block a user