20#ifndef _GUAC_CLIENT_TYPES_H
21#define _GUAC_CLIENT_TYPES_H
guac_client_state
Possible current states of the Guacamole client.
Definition client-types.h:41
@ GUAC_CLIENT_STOPPING
The state of the client when a stop has been requested, signalling the I/O threads to shutdown.
Definition client-types.h:53
@ GUAC_CLIENT_RUNNING
The state of the client from when it has been allocated by the main daemon until it is killed or disc...
Definition client-types.h:47
guac_client_log_level
All supported log levels used by the logging subsystem of each Guacamole client.
Definition client-types.h:62
@ GUAC_LOG_DEBUG
Informational messages which can be useful for debugging, but are otherwise not useful to users or ad...
Definition client-types.h:85
@ GUAC_LOG_WARNING
Non-fatal conditions that indicate problems.
Definition client-types.h:72
@ GUAC_LOG_ERROR
Fatal errors.
Definition client-types.h:67
@ GUAC_LOG_TRACE
Informational messages which can be useful for debugging, like GUAC_LOG_DEBUG, but which are so low-l...
Definition client-types.h:92
@ GUAC_LOG_INFO
Informational messages of general interest to users or administrators.
Definition client-types.h:77
Guacamole proxy client.
Definition client.h:48