libguac
0.9.8
|
Type definitions related to the Guacamole client structure, guac_client. More...
Go to the source code of this file.
Enumerations | |
enum | guac_client_state { GUAC_CLIENT_RUNNING, GUAC_CLIENT_STOPPING } |
Possible current states of the Guacamole client. More... | |
enum | guac_client_log_level { GUAC_LOG_ERROR = 3, GUAC_LOG_WARNING = 4, GUAC_LOG_INFO = 6, GUAC_LOG_DEBUG = 7 } |
All supported log levels used by the logging subsystem of each Guacamole client. More... | |
Type definitions related to the Guacamole client structure, guac_client.
All supported log levels used by the logging subsystem of each Guacamole client.
These log levels correspond to a subset of the log levels defined by RFC 5424.
enum guac_client_state |
Possible current states of the Guacamole client.
Currently, the only two states are GUAC_CLIENT_RUNNING and GUAC_CLIENT_STOPPING.