libguac  0.9.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Enumerations
client-types.h File Reference

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...

Detailed Description

Type definitions related to the Guacamole client structure, guac_client.

Enumeration Type Documentation

Possible current states of the Guacamole client.

Currently, the only two states are GUAC_CLIENT_RUNNING and GUAC_CLIENT_STOPPING.

Enumerator:
GUAC_CLIENT_RUNNING 

The state of the client from when it has been allocated by the main daemon until it is killed or disconnected.

GUAC_CLIENT_STOPPING 

The state of the client when a stop has been requested, signalling the I/O threads to shutdown.