38 #ifndef _GUAC_SOCKET_H
39 #define _GUAC_SOCKET_H
54 #define GUAC_SOCKET_OUTPUT_BUFFER_SIZE 8192
69 void* buf,
size_t count);
82 const void* buf,
size_t count);
166 int __instructionbuf_parse_start;
171 int __instructionbuf_size;
176 int __instructionbuf_used_length;
183 char* __instructionbuf;
188 int __instructionbuf_elementc;
194 char* __instructionbuf_elementv[64];
200 int __threadsafe_instructions;
206 pthread_mutex_t __instruction_write_lock;
211 pthread_mutex_t __buffer_lock;